]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-number.ly
new file
[lilypond.git] / input / regression / grace-bar-number.ly
index ec2fbdb0e649c31d59c9ccfe8e863c10c35d44c3..e6404f02a4aa4846243e1585aba3925846faa206 100644 (file)
@@ -1,7 +1,8 @@
-\version "1.7.16"
+
+\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
@@ -9,7 +10,10 @@ printed correctly.
 "
 }
 
-\score { \notes\relative c''' { c1 \break
-\grace c8
-c1  }}
-%% new-chords-done %%
+\relative c'' { c1 \break
+               \grace c8
+               c1  }
+
+\layout { raggedright = ##t }
+
+