lilypond-user
[Top][All Lists]
Advanced

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

Multi-Measure Rest Collision


From: carltesta
Subject: Multi-Measure Rest Collision
Date: Fri, 5 Feb 2016 10:41:42 -0700 (MST)

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
<http://lilypond.1069038.n5.nabble.com/file/n186873/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
   }
   
 \set Score.skipBars = ##t
 R2.*26
 R2.*13 \bar "|."
 
}

 \score {
   \music
   \layout {}
   \midi {}
 }
 
<http://lilypond.1069038.n5.nabble.com/file/n186873/Screen_Shot_2016-02-05_at_12.png>
 
It is producing the attached result. How can I fix this collision that is
happening between the 26 measures of rest and the cadenza section? I want
the multi-measure rests as written and I also don't want to change the
\cadenzaOn section, unless there is a way to get the same look while fixing
the problem via a workaround.

Thanks!
Carl



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Multi-Measure-Rest-Collision-tp186873.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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