]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-end-of-line.ly
(setcolor): implement (re)setcolor with <g>
[lilypond.git] / input / regression / spacing-end-of-line.ly
index bff8443ec53db2ef940b52f69467323d7400da14..8f2fcb37cdabb81f9ef5544c6d14b18b9c82ef84 100644 (file)
@@ -1,19 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.4.0"
 \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' {
+ \relative c' {
     c2.. r8
     c2.. r8
     \time 3/4 \break
     e2 e4 | e2 e4 \time 4/4 \break
 }
-\paper {
+\layout {
     raggedright = ##t }  
 }