]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-number.ly
new file
[lilypond.git] / input / regression / grace-bar-number.ly
index e490edf963362b0f1630df9c20dc4547649dcc25..e6404f02a4aa4846243e1585aba3925846faa206 100644 (file)
@@ -1,8 +1,8 @@
 
-\version "2.1.30"
+\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 }
-}