X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-tremolo.ly;h=6f84eab5bd87acce598b86f226d45cb3fc813d49;hb=d05985c8cde96ecef43b0d2f96eb5de91a79be8a;hp=6267949f9f7c9e99176ef13e4445281e80ee7b15;hpb=8b88bf025331c789167734067001a3d79501b433;p=lilypond.git diff --git a/input/regression/chord-tremolo.ly b/input/regression/chord-tremolo.ly index 6267949f9f..6f84eab5bd 100644 --- a/input/regression/chord-tremolo.ly +++ b/input/regression/chord-tremolo.ly @@ -1,3 +1,4 @@ +\version "2.12.0" \header{ texidoc=" @@ -6,19 +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' { - \repeat "tremolo" 8 { c16 d16 } - \repeat "tremolo" 4 { c16 d16 } - \repeat "tremolo" 2 { c16 d16 } - } - \paper { - % ugh, wide - %linewidth = -1.0; - linewidth = 40*\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 } +