lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with hemiola notation


From: Nick Payne
Subject: Re: Problem with hemiola notation
Date: Tue, 17 Sep 2013 09:16:42 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

Here's a nasty hack that (without taking the lyrics into account) achieves the desired appearance:

\version "2.17.25"

move = #(define-music-function (parser location type move) (string? pair?) #{
  \once \override $type #'extra-offset = #move
          #})

barspace = #(define-music-function (parser location width) (pair?) #{
  \once \override Staff.BarLine.extra-spacing-width = #width
              #})

\relative f'' {
  \time 3/4
  g4. a8 \move "Dots" #'(3 . 0) f4.*2/3 |
  \barspace #'(0 . 2) ges8*2 e4.( d8) |
}

Attachment: test.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]