]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-number.ly
new file
[lilypond.git] / input / regression / grace-bar-number.ly
index c39e5c88bfb5729089f1cb05816bdb6a1f540ed1..e6404f02a4aa4846243e1585aba3925846faa206 100644 (file)
@@ -1,8 +1,8 @@
 
-\version "1.9.8"
+\version "2.6.0"
 \header {
 
-texidoc = "Grace notes do tricky things with timing. If a measure
+  texidoc = "Grace notes do tricky things with timing. If a measure
 starts with a grace note, the measure does not start at 0, but
 earlier. Nevertheless, lily should not get confused. For example, line
 breaks should be possible at grace notes, and the bar number should be
@@ -10,10 +10,10 @@ printed correctly.
 "
 }
 
-\score { \notes\relative c'' { c1 \break
-\grace c8
-c1  }
+\relative c'' { c1 \break
+               \grace c8
+               c1  }
+
+\layout { raggedright = ##t }
 
-\paper { raggedright = ##t }
-}