]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-end-of-line.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / spacing-end-of-line.ly
index 093545241ecd5f97f8d0254daa98e99dc417c273..94adb0faf9fb4db01cbb83675f156992a578f65c 100644 (file)
@@ -1,18 +1,22 @@
 
-\version "2.6.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."  }
+    the space following rests and notes."
 
+}
 
-\relative c' {
-  c2.. r8
+\layout {
+  ragged-right = ##t }
+
+
+\relative {
+  c'2.. r8
   c2.. r8
   \time 3/4 \break
   e2 e4 | e2 e4 \time 4/4 \break
 }
-\layout {
-  raggedright = ##t }  
+