]> 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 8f5b91c03506e3fbfc93b647cee0a39c156e7a01..94adb0faf9fb4db01cbb83675f156992a578f65c 100644 (file)
@@ -1,19 +1,22 @@
 
-\version "2.2.0"
+\version "2.19.21"
 \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'2.. r8
+  c2.. r8
+  \time 3/4 \break
+  e2 e4 | e2 e4 \time 4/4 \break
 }
+  
+