X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-auto-beam.ly;h=352608a1ff7a82e5e26829fa7f4fb1bdaad7433e;hb=65a309c41e9f18befa34328a60efab9132e402c9;hp=c3cc594d9f950c73fcd60e7968311ce26f7e4ced;hpb=301c62fc86bdb19639f5752c80ae04dafb19e104;p=lilypond.git diff --git a/input/regression/grace-auto-beam.ly b/input/regression/grace-auto-beam.ly index c3cc594d9f..352608a1ff 100644 --- a/input/regression/grace-auto-beam.ly +++ b/input/regression/grace-auto-beam.ly @@ -1,14 +1,18 @@ -\version "1.7.6" + +\version "2.16.0" \header { - texidoc = "The autobeamer is not confused by grace notes." + texidoc = "The autobeamer is not confused by grace notes." } +\layout { ragged-right = ##t } + + -\score{ - \notes\context Voice \relative c'{ +\context Voice \relative c''{ - \grace a8 g16 f e f \grace a8 g16 f e f \grace a8 g16 f e f - \grace a8 g16 f e f | - } + \grace a8 g16 f e f \grace a8 g16 f e f \grace a8 g16 f e f + \grace a8 g16 f e f | } -%% new-chords-done %% + + +