]> 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 81a02f62ece5d1f8c50be092eaffcefbae74f6d4..94e1d0af86241db899a259d0488c08bd049614c3 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\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 }
 }