]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-spacing.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[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.1.26"
7
8 \score {
9     <<
10         \set Score.skipBars = ##t
11         \context Staff = flute \notes \new Voice { 
12             <<  { R1*40 }  { s1*0^"bla" }>> 
13         }
14     >>
15     \paper {
16         raggedright = ##t
17     }
18  }