]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-end-of-line.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / spacing-end-of-line.ly
1
2 \version "2.14.0"
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 }
9
10 \layout {
11   ragged-right = ##t }
12
13
14 \relative c' {
15   c2.. r8
16   c2.. r8
17   \time 3/4 \break
18   e2 e4 | e2 e4 \time 4/4 \break
19 }
20   
21
22