lilypond-user
[Top][All Lists]
Advanced

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

Re: Spacing for s4


From: Carl Sorensen
Subject: Re: Spacing for s4
Date: Mon, 5 Dec 2016 19:52:50 +0000
User-agent: Microsoft-MacOutlook/14.7.0.161029

In this code, the spacer rest takes up space in the proportional spacing
code. (modified from
http://lilypond.org/doc/v2.19/Documentation/notation/proportional-notation)

So I'm not sure what happened to your code.

%%%

\score {
  <<
    \new RhythmicStaff {
      c2 16 16 16 16 \tuplet 5/4 { 16 16 16 16 16 }  |
       s2 c16 16 16 16 \tuplet 5/4 { 16 16 16 16 16 }  |
    }
  >>
 \layout {
    \context {
      \Score
      proportionalNotationDuration = #(ly:make-moment 1/20)
    }
  }
}


%%%%

Thanks,

Carl





reply via email to

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