2014-08-08 19:44 GMT+02:00 PMA <[email protected]>:
> P.S. I should ask alternatively: Is there a way that
> "proportionalNotationDuration...make-moment..."
> can be reset _per system_ (assuming now a multi-
> system \score)?
As Abraham wrote, you should use \newSpacingSection:
\score {
<<
\new RhythmicStaff {
\set Score.proportionalNotationDuration = #(ly:make-moment 1/20)
c2 16 16 16 16 \tuplet 5/4 { 16 16 16 16 16 }
\newSpacingSection
\set Score.proportionalNotationDuration = #(ly:make-moment 1/30)
c2 16 16 16 16 \tuplet 5/4 { 16 16 16 16 16 }
}
>>
}
hth,
Janek
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user