X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fambitus.ly;h=12b84d5630aad1caf67e6bb5082a210f0f2ed61c;hb=330a2873ed46f66d5abcefda22a633d1137cfb0e;hp=03c6a776fbeb89de671ed5518cb94a505632783b;hpb=cb01be4028886109ecc4772234452965ce7dfb66;p=lilypond.git diff --git a/input/regression/ambitus.ly b/input/regression/ambitus.ly index 03c6a776fb..12b84d5630 100644 --- a/input/regression/ambitus.ly +++ b/input/regression/ambitus.ly @@ -1,10 +1,12 @@ -\version "2.12.0" +\version "2.19.21" \header { texidoc = "Ambitus indicate pitch ranges for voices. Accidentals only show up if they're not part of key signature. @code{AmbitusNoteHead} grobs also have ledger lines. +The noteheads are printed in overstrike, so there's only one +visible; the accidentals are prevented from colliding. " } @@ -20,9 +22,13 @@ signature. @code{AmbitusNoteHead} grobs also have ledger lines. \time 2/4 c4 f' } - \new Staff \relative c' { + \new Staff \relative { \time 2/4 \key d \major - cis as' + cis' as' + } + \new Staff \relative { + \time 2/4 + c'4 cis } >>