X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fambitus.ly;h=7c36449dfc048e660e5d2552a06b97c10f13dadd;hb=901c1171045a0507b12c0b17eb1a22e1f5ca5f8e;hp=0fb8828a7fcdf7d2eaab7a86a1f68623fad420a9;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/ambitus.ly b/input/regression/ambitus.ly index 0fb8828a7f..7c36449dfc 100644 --- a/input/regression/ambitus.ly +++ b/input/regression/ambitus.ly @@ -1,27 +1,34 @@ +\version "2.14.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. +The noteheads are printed in overstrike, so there's only one +visible; the accidentals are prevented from colliding. " } -\version "2.3.17" -\paper { - raggedright = ##t - \context { - \Voice - \consists Ambitus_engraver - } +\layout { + \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' + } + \new Staff \relative c' { + \time 2/4 + c4 cis + } >>