X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=d8838b2b1b07ab9725a5509d47aac00600e27576;hb=496bc64c29c483c26c144bff0a32aa82862a90d4;hp=1094d3b5fd484db9c15de00d4b0b912ae6784d03;hpb=4995fea559cd5399b4f462de546a15195d76f4c3;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index 1094d3b5fd..d8838b2b1b 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,9 +1,17 @@ + +\version "2.12.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. } + + +