X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fambitus.ly;h=03c6a776fbeb89de671ed5518cb94a505632783b;hb=b3f0c2f6c352a850f03dc44a947776199eb3fa0b;hp=f53e3e987b8824fb6852256b9165f2a8bc139680;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/ambitus.ly b/input/regression/ambitus.ly index f53e3e987b..03c6a776fb 100644 --- a/input/regression/ambitus.ly +++ b/input/regression/ambitus.ly @@ -1,27 +1,28 @@ +\version "2.12.0" + \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. " } -\version "2.12.0" \layout { - ragged-right = ##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 c' { + \time 2/4 + \key d \major + cis as' + } >>