X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fambitus.ly;h=12b84d5630aad1caf67e6bb5082a210f0f2ed61c;hb=4402d15b615cd29241ebaa99c0fa667c22e1f2b8;hp=1618ded3a78e353598d86525023fc45a37b683d9;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/ambitus.ly b/input/regression/ambitus.ly index 1618ded3a7..12b84d5630 100644 --- a/input/regression/ambitus.ly +++ b/input/regression/ambitus.ly @@ -1,27 +1,34 @@ +\version "2.19.21" + \header { - texidoc = "Ambituses indicate pitch ranges for voices. + 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. - +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. " } -\version "2.4.0" \layout { - raggedright = ##t - \context { - \Voice - \consists Ambitus_engraver - } + \context { + \Voice + \consists "Ambitus_engraver" + } } -\relative << - \new Staff { \time 2/4 c4 f' } - \new Staff \relative { - \time 2/4 - \key d \major - cis as' - } + \new Staff \relative c'{ + \time 2/4 + c4 f' + } + \new Staff \relative { + \time 2/4 + \key d \major + cis' as' + } + \new Staff \relative { + \time 2/4 + c'4 cis + } >>