]> git.donarmstrong.com Git - lilypond.git/blob - multi-measure-rest-spacing.ly
f37566df5b9fdcd98de90fb8d6e3ed8277fb8c95
[lilypond.git] / 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