]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-end-of-line.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-end-of-line.ly
1 \header {
2     
3     texidoc ="Broken matter at the end of line does not upset the
4     space following rests and notes."  }
5
6 \score
7 {
8 \notes \relative c' {
9     c2.. r8
10     c2.. r8
11     \time 3/4 \break
12     e2 e4 | e2 e4 \time 4/4 \break
13 }
14 \paper {
15     raggedright = ##t }  
16 }
17 %% new-chords-done %%