X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-tremolo-articulations.ly;fp=input%2Fregression%2Fchord-tremolo-articulations.ly;h=5d1cfbd0fcfd8e26e5137c6cf6e6f0daf6823405;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/chord-tremolo-articulations.ly b/input/regression/chord-tremolo-articulations.ly new file mode 100644 index 0000000000..5d1cfbd0fc --- /dev/null +++ b/input/regression/chord-tremolo-articulations.ly @@ -0,0 +1,22 @@ +\version "2.14.0" + +\header{ +texidoc=" +Articulations on chord tremolos should not confuse the time-scaling of the +notes. In particular, only the number of real notes should be considered. +" +} + +\context Voice \relative c' { + \repeat "tremolo" 4 { d16\f e-. } + \repeat "tremolo" 4 { d16-> e } | \barNumberCheck #2 + \repeat "tremolo" 4 { d16 e\f } + \repeat "tremolo" 8 { d32\> e\! } | \barNumberCheck #3 + \repeat "tremolo" 2 { d8\trill e } + \repeat "tremolo" 2 { d8\sfz e } | \barNumberCheck #4 + + \time 2/4 + \repeat "tremolo" 8 { d32^"Markup" e } | \barNumberCheck #5 + c4 c4 +} +