X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-tremolo-three-notes.ly;fp=input%2Fregression%2Frepeat-tremolo-three-notes.ly;h=fcf86ba9d1c496ae35087957b79d20bdf5d50ab3;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/repeat-tremolo-three-notes.ly b/input/regression/repeat-tremolo-three-notes.ly new file mode 100644 index 0000000000..fcf86ba9d1 --- /dev/null +++ b/input/regression/repeat-tremolo-three-notes.ly @@ -0,0 +1,19 @@ +\version "2.14.0" + +\header { + texidoc = "A tremolo can have more than two notes. Also check that +linebreaks between tremolos still work and that empty tremolos don't crash." +} + +\paper { ragged-right = ##t } +\score { + \new Staff \relative c' { + \time 3/4 + \repeat tremolo 16 { a64 c e } | + \repeat tremolo 8 { a,64 c e } + \repeat tremolo 4 { a,64 c e } + \repeat tremolo 2 { a,32 c e } |\break + \repeat tremolo 16 { a64 c e } + \repeat tremolo 8 {} | + } +}