]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-end-of-line.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / spacing-end-of-line.ly
index 79cbda5eb519e3fc724c1e4d632664c84c111e13..e59642f25dfa61be35895df9102a2add39f33775 100644 (file)
@@ -1,18 +1,22 @@
-\version "1.7.16"
+
+\version "2.11.51"
 \header {
-    
-    texidoc ="Broken matter at the end of line does not upset the
-    space following rests and notes."  }
+  
+  texidoc ="Broken engraving of a bar at the end of a line does not upset 
+    the space following rests and notes."
 
-\score
-{
-\notes \relative c' {
-    c2.. r8
-    c2.. r8
-    \time 3/4 \break
-    e2 e4 | e2 e4 \time 4/4 \break
 }
-\paper {
-    raggedright = ##t }  
+
+\layout {
+  ragged-right = ##t }
+
+
+\relative c' {
+  c2.. r8
+  c2.. r8
+  \time 3/4 \break
+  e2 e4 | e2 e4 \time 4/4 \break
 }
-%% new-chords-done %%
+  
+
+