X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fclefs.ly;h=6dcde40e1d2322e5dbac16eca165df5aed8dd831;hb=59566db06793e38a8805f75d2ee80970ff2cad0f;hp=834595b0caba177aeefda9eb1e8b7816259676ed;hpb=5d5ca8642dca9169ddf78949c41381e5f1380975;p=lilypond.git diff --git a/input/regression/clefs.ly b/input/regression/clefs.ly index 834595b0ca..6dcde40e1d 100644 --- a/input/regression/clefs.ly +++ b/input/regression/clefs.ly @@ -1,37 +1,33 @@ +\version "2.1.22" \header{ -texidoc=" -The transparent clef should not occupy any space and with style -@code{fullSizeChanges}, the changing clef should be typeset in full -size. For octaviated clefs, the ``8'' should appear closely above or -below the clef respectively. The ``8'' is processed in a convoluted -way, so this is fragile as well. -"; + + texidoc=" Clefs with @code{full-size-change} should be typeset in +full size. For octaviated clefs, the ``8'' should appear closely above +or below the clef respectively." + } -\version "1.3.117"; + \score { \notes{ - \clef "treble"; c'1^"{treble}" \bar "||"; - \clef "french";c'1^"{french}" \bar "||"; - \clef "soprano";c'1^"{soprano}" \bar "||"; - \clef "mezzosoprano";c'1^"{mezzosoprano}" \bar "||"; - \clef "alto";c'1^"{alto}" \bar "||"; - \clef "tenor";c'1^"{tenor}" \bar "||"; - \clef "baritone";c'1^"{baritone}" \bar "||"; - \clef "varbaritone";c'1^"{varbaritone}" \bar "||"; - \clef "G_8";c'1^"{sub 8?}" c'1 \bar "||"; - \clef "G^8";c'1^"{sup 8?}" c'1 \bar "||"; - \clef "bass";c'1^"{bass}" \bar "||"; - \clef "subbass";c'1^"{subbass}" \bar "||"; - \property Staff.clefStyle="transparent" - \clef "treble"; c'1^"clefStyle=\"transparent\"" \bar "||"; - \property Staff.clefStyle="fullSizeChanges" - \clef "treble"; c'1^"clefStyle=\"fullSizeChanges\"" \bar "|."; + \clef "treble" c'1^"{treble}" \bar "||" + \clef "french"c'1^"{french}" \bar "||" + \clef "soprano"c'1^"{soprano}" \bar "||" + \clef "mezzosoprano"c'1^"{mezzosoprano}" \bar "||" + \clef "alto"c'1^"{alto}" \bar "||" + \clef "tenor"c'1^"{tenor}" \bar "||" + \clef "baritone"c'1^"{baritone}" \bar "||" + \clef "varbaritone"c'1^"{varbaritone}" \bar "||" + \clef "bass"c'1^"{bass}" \bar "||" + \clef "subbass"c'1^"{subbass}" \bar "||" + \override Staff.Clef #'full-size-change = ##t + \clef "treble" c'1^"full-size-change = \#t" \bar "|." } \paper{ + raggedright = ##t } }