]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-spacing.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[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
7   \layout {
8     ragged-right = ##t
9   }
10
11 \version "2.16.0"
12
13
14 <<
15   \set Score.skipBars = ##t
16   \new Staff \new Voice { 
17     <<  { R1*40 }  { s1*0_"bla" }>> 
18   }
19 >>
20
21