]> 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 ec2fbdb0e649c31d59c9ccfe8e863c10c35d44c3..8a7ebc0d9f4325f8094223ea0764418e8b10a155 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.16"
+#(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 }
+}
+