]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-end-of-line.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / spacing-end-of-line.ly
index ba53ee3b04bf37b7e8d08dfa82226eaf0dc1c4a4..70fceceaaa493f629b7e5d039618234336abfc2c 100644 (file)
@@ -1,19 +1,22 @@
 
-\version "2.6.0"
+\version "2.12.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
-{
- \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' {
+  c2.. r8
+  c2.. r8
+  \time 3/4 \break
+  e2 e4 | e2 e4 \time 4/4 \break
 }
+  
+