]> 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 eab693bc6d2945940cd1fb8d0f1496d0eacc7f0f..8a7ebc0d9f4325f8094223ea0764418e8b10a155 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.6"
+#(ly:set-option 'old-relative)
+\version "1.9.1"
 \header {
 
 texidoc = "Grace notes do tricky things with timing. If a measure
@@ -9,7 +10,10 @@ printed correctly.
 "
 }
 
-\score { \notes\relative c''' { c1 \break
+\score { \notes\relative c'' { c1 \break
 \grace c8
-c1  }}
-%% new-chords-done %%
+c1  }
+
+\paper { raggedright = ##t }
+}
+