X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=f8320648b622ce1729935dd334d06738e6c0e71f;hb=8f2493cf80f90a12938c305c5fcb01de7e9a03fc;hp=1094d3b5fd484db9c15de00d4b0b912ae6784d03;hpb=4995fea559cd5399b4f462de546a15195d76f4c3;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index 1094d3b5fd..f8320648b6 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,9 +1,17 @@ + +\version "2.10.0" \header { -texidoc = "Pieces may begin with grace notes." + texidoc = "Pieces may begin with grace notes." } -\score {\notes \relative c' \context Staff { - \grace { [a'16 f] } g1 - \grace { [a16 bes] } c1 - } - \paper { linewidth = -1. } + +\layout { ragged-right = ##t} + +\relative c' \context Staff { + \grace { a'16[ f] } g1 + \bar "||" % test if | and || are synced. + \grace { a16[ bes] } c1 + \bar "||" % test if | and || are synced. } + + +