]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-tremolo-note-collision.ly
Doc-es: various updates.
[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 {
10 <<
11    {  b'4 f'2. }
12    \\
13    {
14      \grace a8
15      \repeat tremolo 32 <b g'>32
16    }
17 >>
18 }