]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-end-of-line.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / spacing-end-of-line.ly
1
2 \version "2.1.26"
3 \header {
4     
5     texidoc ="Broken engraving of a bar at the end of a line does not upset 
6     the space following rests and notes."  }
7
8 \score
9 {
10 \notes \relative c' {
11     c2.. r8
12     c2.. r8
13     \time 3/4 \break
14     e2 e4 | e2 e4 \time 4/4 \break
15 }
16 \paper {
17     raggedright = ##t }  
18 }
19