X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcustos.ly;h=258da6871625b56d270a957bc6f1bcee51d0a3f1;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;hp=f83f23dd8d4a5671ad5cd1e96fff63d29798e2f0;hpb=7979d8adaa8393daefd6585534221a93dd526758;p=lilypond.git diff --git a/input/regression/custos.ly b/input/regression/custos.ly index f83f23dd8d..258da68716 100644 --- a/input/regression/custos.ly +++ b/input/regression/custos.ly @@ -1,36 +1,34 @@ -\version "1.7.18" +\version "2.14.0" \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 } -%% new-chords-done %%