]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-number.ly
* lily/parser.yy (relative_music): whoops. All \relative were off
[lilypond.git] / input / regression / grace-bar-number.ly
index c7343f5cf6154ecbade20850f854f6c8d7f3d97f..8a7ebc0d9f4325f8094223ea0764418e8b10a155 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.5.68"
+#(ly:set-option 'old-relative)
+\version "1.9.1"
 \header {
 
 texidoc = "Grace notes do tricky things with timing. If a measure
@@ -9,6 +10,10 @@ printed correctly.
 "
 }
 
-\score { \notes\relative c''' { c1 \break
+\score { \notes\relative c'' { c1 \break
 \grace c8
-c1  }}
+c1  }
+
+\paper { raggedright = ##t }
+}
+