]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-end-of-line.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-end-of-line.ly
index 5857857f0bf52f2aa05f4b836db8a6a07e6f5631..a4027f9af25a9d9c99ff7bb1f6ca3250a5bd9057 100644 (file)
@@ -1,19 +1,22 @@
 
-\version "2.1.28"
+\version "2.16.0"
 \header {
-    
-    texidoc ="Broken engraving of a bar at the end of a 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
 }
+  
+