]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-tremolo-note-collision.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / input / regression / stem-tremolo-note-collision.ly
1 \version "2.17.2"
2
3 \header {
4   texidoc = "Tremolos should avoid other notes in the staff as
5 best as possible and issue a warning otherwise.
6 "
7 }
8
9 #(ly:expect-warning (_ "ignoring too many clashing note columns"))
10
11 {
12 <<
13    {  b'4 f'2. }
14    \\
15    {
16      \grace a8
17      \repeat tremolo 32 <b g'>32
18    }
19 >>
20 }