lilypond-user
[Top][All Lists]
Advanced

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

Re: Multi-Measure Rest Collision


From: carltesta
Subject: Re: Multi-Measure Rest Collision
Date: Fri, 5 Feb 2016 12:09:00 -0700 (MST)

Abraham and Thomas,

Both of those solutions work! Thank you very much. How strange that adding the barline fixes it. Even adding \bar "|" works as well.

Sincerely,
Carl

On Fri, Feb 5, 2016 at 2:05 PM Thomas Morley-2 [via Lilypond] <[hidden email]> wrote:
2016-02-05 19:26 GMT+01:00 tisimst <[hidden email]>:

> 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
> [hidden email]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

_______________________________________________
lilypond-user mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/lilypond-user



If you reply to this email, your message will be added to the discussion below:
http://lilypond.1069038.n5.nabble.com/Multi-Measure-Rest-Collision-tp186873p186876.html
To unsubscribe from Multi-Measure Rest Collision, click here.
NAML


View this message in context: Re: Multi-Measure Rest Collision
Sent from the User mailing list archive at Nabble.com.

reply via email to

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