X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-tremolo.ly;h=1996eb67c91b620450f58e075e173a2ebab1be82;hb=db57aab7205cb050f225d4a6698664ecad65d5d2;hp=5fd9dbdfa336335e444926bd8d58715495358c9f;hpb=5e3ae52b088d628ddc347b53cd7e42e896e12ba6;p=lilypond.git diff --git a/input/regression/chord-tremolo.ly b/input/regression/chord-tremolo.ly index 5fd9dbdfa3..1996eb67c9 100644 --- a/input/regression/chord-tremolo.ly +++ b/input/regression/chord-tremolo.ly @@ -1,4 +1,4 @@ -\version "1.3.146" +\version "2.10.0" \header{ texidoc=" @@ -7,24 +7,35 @@ To avoid confusion, chord tremolo beams do not reach the stems, but leave a gap. Chord tremolo beams on half notes are not ambiguous, as half notes cannot appear in a regular beam, and should reach the stems. + +In this example, each tremolo lasts exactly one measure. + +(To ensure that the spacing engine is not confused we add some regular +notes as well.) + " } - -\score { - \context Voice \notes\relative c' { - % huh -> one beam missing! - \repeat "tremolo" 8 { d16 e } - \repeat "tremolo" 4 { d e } - \repeat "tremolo" 2 { d e } - \repeat "tremolo" 1 { d e } - \repeat "tremolo" 1 { d e } - \break - \repeat "tremolo" 4 { f'8 e } - \repeat "tremolo" 2 { f e } - \repeat "tremolo" 1 { f e } - } - \paper { - linewidth = 90*\staffspace - } - \midi { } + +\context Voice \relative c' { + \time 4/4 + \repeat "tremolo" 16 { d32 e } + \repeat "tremolo" 8 { d16 e } + \repeat "tremolo" 4 { d8 e } + + \time 3/4 + \repeat "tremolo" 12 { d32 e } + \repeat "tremolo" 6 { d16 e } + \repeat "tremolo" 3 { d8 e } + + \time 2/4 + \repeat "tremolo" 8 { d32 e } + \repeat "tremolo" 4 { d16 e } + \repeat "tremolo" 2 { d8 e } + + \time 1/4 + \repeat "tremolo" 4 { d32 e } + \repeat "tremolo" 2 { d16 e } + + c4 c4 c4 c4 c4 } +