2016-02-05 19:26 GMT+01:00 tisimst <tisimst.lilyp...@gmail.com>: > Carl, > > On Fri, Feb 5, 2016 at 10:41 AM, carltesta [via Lilypond] <[hidden email]> > wrote: >> >> Hello Everyone, >> >> I'm having a problem with the following code. >> >> \version "2.18.2" >> >> music = { >> >> \override MultiMeasureRest.expand-limit = #1 >> Screen_Shot_2016-02-05_at_12.png >> \time 3/4 >> \repeat volta 2 { >> \cadenzaOn >> \override NoteHead.style = #'cross >> d'4^\markup { \left-column { \circle 1 } } s2 >> d'4^\markup { \left-column { \circle 2 } } s2 >> d'4^\markup { \left-column { \circle 3 } } s2 >> d'4^\markup { \left-column { \circle 4 } } s2 >> d'4^\markup { \left-column { \circle 5 } } s2 >> d'4^\markup { \left-column { \circle 6 } } s2 >> \cadenzaOff >> }
%% inserting \bar ":|." %% should do the trick >> >> \set Score.skipBars = ##t >> R2.*26 >> R2.*13 \bar "|." >> >> } >> >> \score { >> \music >> \layout {} >> \midi {} >> } > > > That does indeed look like a nasty bug, but here's a workaround to keep you > going: > > { > \override MultiMeasureRest.expand-limit = #1 > \time 3/4 > \repeat volta 2 { > \override NoteHead.style = #'cross > \newSpacingSection > \override Score.SpacingSpanner.spacing-increment = #6 > \scaleDurations 1/2 { > d'4^\markup { \left-column { \circle 1 } } > d'4^\markup { \left-column { \circle 2 } } > d'4^\markup { \left-column { \circle 3 } } > d'4^\markup { \left-column { \circle 4 } } > d'4^\markup { \left-column { \circle 5 } } > d'4^\markup { \left-column { \circle 6 } } > } > } > \newSpacingSection > \revert Score.SpacingSpanner.spacing-increment > \compressFullBarRests > R2.*26 > R2.*13 \bar "|." > } > > HTH, > Abraham > > ________________________________ > View this message in context: Re: Multi-Measure Rest Collision > Sent from the User mailing list archive at Nabble.com. > > _______________________________________________ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user > _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user