]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-end-of-line.ly
Doc-es: various updates.
[lilypond.git] / input / regression / spacing-end-of-line.ly
index 8f2fcb37cdabb81f9ef5544c6d14b18b9c82ef84..94adb0faf9fb4db01cbb83675f156992a578f65c 100644 (file)
@@ -1,19 +1,22 @@
 
-\version "2.4.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
-{
- \relative c' {
-    c2.. r8
-    c2.. r8
-    \time 3/4 \break
-    e2 e4 | e2 e4 \time 4/4 \break
 }
+
 \layout {
-    raggedright = ##t }  
+  ragged-right = ##t }
+
+
+\relative {
+  c'2.. r8
+  c2.. r8
+  \time 3/4 \break
+  e2 e4 | e2 e4 \time 4/4 \break
 }
+  
+