]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-number.ly
Limit beamlet width at abs(last_stem - stem)/2. Fixes #178.
[lilypond.git] / input / regression / grace-bar-number.ly
index eeee3d94d5cec50dd4453def63efd1f7164e337d..dc66305125b48d9aa5962184e2448e39159cbb41 100644 (file)
@@ -1,19 +1,21 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.10.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
 printed correctly.
 "
 }
+\layout { ragged-right = ##t }
+
+
+\relative c'' { c1 \break
+               \grace c8
+               c1  }
+
 
-\score { \notes\relative c'' { c1 \break
-\grace c8
-c1  }
 
-\paper { raggedright = ##t }
-}