X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fflags-straight.ly;h=7e96536e6adde60dd9c00e9bd945f2d9c6c58299;hb=5dbaaca80b06fda4b0a3b9cdc67760a2735dbee1;hp=f4b7a51dac0a5427560b9324f53346eee6e9c486;hpb=f0978ed121192fee9bdf2453a325d98693148acf;p=lilypond.git diff --git a/input/regression/flags-straight.ly b/input/regression/flags-straight.ly index f4b7a51dac..7e96536e6a 100644 --- a/input/regression/flags-straight.ly +++ b/input/regression/flags-straight.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.17.6" \header { texidoc = "Straight flag styles." @@ -6,25 +6,29 @@ % test notes, which will be shown in different styles: -testnotes = { \autoBeamOff c'8 d'16 c'32 d'64 \acciaccatura {c'8} d'64 +testnotes = { \autoBeamOff c'8 d'16 c'32 d'64 \acciaccatura {c'8} d'64 c''8 d''16 c''32 d''64 \acciaccatura {\stemDown c''8 \stemNeutral} d''64 } { - \override Score.RehearsalMark #'self-alignment-X = #LEFT + \override Score.RehearsalMark.self-alignment-X = #LEFT \time 2/4 \mark "modern straight" - \override Flag #'stencil = #modern-straight-flag + \override Flag.stencil = #modern-straight-flag \testnotes \mark "old straight (large angles)" - \override Flag #'stencil = #old-straight-flag + \override Flag.stencil = #old-straight-flag + \testnotes + + \mark "flat" + \override Flag.stencil = #flat-flag \testnotes % % \mark "custom slant" -% % Custom straight flag. The parameters are: +% % Custom straight flag. The parameters are: % % flag thickness and spacing % % up-flag angle and length % % down-flag angle and length -% \override Flag #'stencil = #(straight-flag 0.35 0.8 -5 0.5 60 2.0) +% \override Flag.stencil = #(straight-flag 0.35 0.8 -5 0.5 60 2.0) % \testnotes }