X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-tremolo.ly;h=032f900ecc0a32b1f2a7c4fb6a969c8e9a451fb3;hb=8cf69a467ad7650f5ca9da6fe2dfd4c7c088b239;hp=286bbabd92a4328062220afbd1ca89ff8590a176;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/stem-tremolo.ly b/input/regression/stem-tremolo.ly index 286bbabd92..032f900ecc 100644 --- a/input/regression/stem-tremolo.ly +++ b/input/regression/stem-tremolo.ly @@ -1,32 +1,47 @@ +\version "2.17.6" + +#(ly:set-option 'warning-as-error #f) +#(ly:expect-warning (_ "tremolo duration is too long")) +#(ly:expect-warning (_ "tremolo duration is too long")) -\version "2.1.7" \header{ -texidoc=" + texidoc=" Stem tremolos or rolls are tremolo signs that look like beam segments crossing stems. If the stem is in a beam, the tremolo must be parallel to the beam. If the stem is invisible (e.g. on a whole note), the -tremolo must be centered on the note. +tremolo must be centered on the note. If the note has a flag (eg. an +unbeamed 8th note), the tremolo should be shortened if the stem is up +and tilted extra if the stem is down. + +The tremolos should be positioned a fixed distance from the end of the +stems unless there is no stem, in which case they should be positioned +a fixed distance from the note head. + +If an impossible tremolo duration (e.g. :4) is given, a warning is +printed. " } - -\score{ - \context Voice\notes \relative c''{ - \property Voice.TextScript \set #'direction = #1 - \property Voice.TextScript \set #'padding = #5 - a1:4^":4" a:8^":8" c:16^":16" a:32^":32" a^"x" a:^":" - a4:4 c:8 a:16 c:32 a a: a2: - \break - \stemUp - a4:32 a'4:64 - \stemDown - c,4:32 c,4:64 - \stemBoth - c'8:16 c c c - a': a a: a - c,16:32 c: c c a16:32 a: a a - c8:16 g: d: a: - c8:32 f: b: e: - } +\context Voice \relative c''{ + \textSpannerUp + \override TextScript.padding = #5 + % The following note should print a warning (quarter tremolo cannot be notated) + a1:4^":4" a:8^":8" c:16^":16" a:32^":32" a^"x" a:^":" + a':32 a,,:32 + % The following note should print a warning (quarter tremolo cannot be notated) + a'4:4 c:8 a:16 c:32 a a: a2: + \break + \stemUp + a4:32 a'4:64 + \stemDown + c,4:32 c,4:64 + \stemNeutral + c'8:16 c c c + a': a a: a + c,16:32 c: c c a16:32 a: a a + c8:16 g: d: a: + c8:32 f: b: e: + f8:256[ f,8: f':] f: \noBeam f,,: \noBeam c16:32 \noBeam c'': } +