]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-spacing.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[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.3.22"
7
8 \score {
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  }