X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-tremolo.ly;h=df26319330db16265a820780251862880c73256e;hb=2411d304b69a3bb30fd231e6125e39d74a09aaa9;hp=66b73426905e51c2da3705fadec0ae48d6659d56;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/stem-tremolo.ly b/input/regression/stem-tremolo.ly index 66b7342690..df26319330 100644 --- a/input/regression/stem-tremolo.ly +++ b/input/regression/stem-tremolo.ly @@ -1,33 +1,40 @@ -\version "2.6.0" +\version "2.12.0" \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. " } -\score{ - \context Voice \relative c''{ - \override TextScript #'direction = #1 - \override TextScript #'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 - \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: - \transpose c c { f''8:256[ f'8: f'':] } - } + +\context Voice \relative c''{ + \textSpannerUp + \override TextScript #'padding = #5 + a1:4^":4" a:8^":8" c:16^":16" a:32^":32" a^"x" a:^":" + a':32 a,,:32 + 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'': } +