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



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to