]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-end-of-line.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-end-of-line.ly
index f67bc45829a1c78dad05815a177a7f03cd82df94..94adb0faf9fb4db01cbb83675f156992a578f65c 100644 (file)
@@ -1,19 +1,22 @@
 
-\version "1.9.4"
+\version "2.19.21"
 \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'2.. r8
+  c2.. r8
+  \time 3/4 \break
+  e2 e4 | e2 e4 \time 4/4 \break
 }
+  
+