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