]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-spacing.ly
*** empty log message ***
[lilypond.git] / input / regression / multi-measure-rest-spacing.ly
1 \header {
2
3   texidoc = "By setting texts starting with a multi-measure rest, an 
4 extra spacing column is created. This should not cause problems."
5 }
6 \version "2.6.0"
7
8
9 <<
10   \set Score.skipBars = ##t
11   \context Staff = "flute"  \new Voice { 
12     <<  { R1*40 }  { s1*0_"bla" }>> 
13   }
14 >>
15   \layout {
16     raggedright = ##t
17   }
18