]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-number.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / grace-bar-number.ly
index 8a7ebc0d9f4325f8094223ea0764418e8b10a155..94e1d0af86241db899a259d0488c08bd049614c3 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.3.22"
 \header {
 
 texidoc = "Grace notes do tricky things with timing. If a measure
@@ -10,10 +10,10 @@ printed correctly.
 "
 }
 
-\score { \notes\relative c'' { c1 \break
+\score { \relative c'' { c1 \break
 \grace c8
 c1  }
 
-\paper { raggedright = ##t }
+\layout { raggedright = ##t }
 }