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