X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcustos.ly;h=b129343a6e044bf29f1ac296a0cf44103604b855;hb=bc3062dd8a07c51e074ba45e2718e1331a1e3a42;hp=2ac9e404d69f8aa895dfc19d6c56419242b48317;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/custos.ly b/input/regression/custos.ly index 2ac9e404d6..b129343a6e 100644 --- a/input/regression/custos.ly +++ b/input/regression/custos.ly @@ -1,36 +1,34 @@ -\version "1.9.8" +\version "2.17.6" \header { - texidoc = "Custodes in various styles." + texidoc = "Custodes may be engraved in various styles." } -\score { - \notes { - \property Staff.Custos \set #'neutral-position = #4 - \property Staff.Custos \set #'neutral-direction = #-1 - \property Staff.Custos \set #'adjust-if-on-staffline = ##t - - \property Staff.Custos \set #'style = #'hufnagel - c'1^"Custos style = \#'hufnagel" - \break < d' a' f''>1 - - \property Staff.Custos \set #'style = #'medicaea - c'1^"Custos style = \#'medicaea" - \break < d' a' f''>1 - - \property Staff.Custos \set #'style = #'vaticana - c'1^"Custos style = \#'vaticana" - \break < d' a' f''>1 - - \property Staff.Custos \set #'style = #'mensural - c'1^"Custos style = \#'mensural" - \break < d' a' f''>1 - } - \paper { - \translator { - \StaffContext - \consists Custos_engraver - } - raggedright = ##t - } +\layout { + \context { + \Staff + \consists "Custos_engraver" + } + ragged-right = ##t } + + +{ + \override Staff.Custos.neutral-position = #4 + + \override Staff.Custos.style = #'hufnagel + c'1^"hufnagel" + \break < d' a' f''>1 + + \override Staff.Custos.style = #'medicaea + c'1^"medicaea" + \break < d' a' f''>1 + + \override Staff.Custos.style = #'vaticana + c'1^"vaticana" + \break < d' a' f''>1 + + \override Staff.Custos.style = #'mensural + c'1^"mensural" + \break < d' a' f''>1 +}