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] <
ml-node+s1069038n186876...@n5.nabble.com> wrote:

> 2016-02-05 19:26 GMT+01:00 tisimst <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=186876&i=0>>:
>
> > 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] <http:///user/SendEmail.jtp?type=node&node=186876&i=1>
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
> >
>
> _______________________________________________
> lilypond-user mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=186876&i=2>
> 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
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=186873&code=Y2FybEBjYXJsdGVzdGEubmV0fDE4Njg3M3w5Nzc0NTg5NDI=>
> .
> NAML
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Multi-Measure-Rest-Collision-tp186873p186877.html
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

Reply via email to