2015-01-21 17:54 GMT+01:00 [email protected] <[email protected]>:
> I want to compress a specific measure horizontally. It contains a full
> measure rest and nothing else. I have tried various searches but have not
> found how to do this. Can someone point me to the place in the docs where
> this is explained?
>
> Thanks,
>
> David
You could try:
\version "2.18.2"
\score {
\relative c' {
\repeat unfold 8 c'8
\newSpacingSection
\override Score.SpacingSpanner #'base-shortest-duration =
#(ly:make-moment 1 2)
R1
\newSpacingSection
\repeat unfold 8 c'8
}
\layout { ragged-right = ##f }
}
Cheers,
Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user