]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-tremolo-one-note-articulation.ly
Doc-es: various updates.
[lilypond.git] / input / regression / repeat-tremolo-one-note-articulation.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "A tremolo repeat containing only one note (no sequential music)
5   shall not be scaled. An articulation or dynamic sign on the note should not
6   confuse lilypond."
7 }
8
9 \paper { ragged-right = ##t }
10 \score {
11   \new Staff \relative {
12     \repeat tremolo 4 { a'16 }
13     \repeat tremolo 4 { a16\f }
14     \repeat tremolo 4 a16
15     \repeat tremolo 4 a16\f |
16     \repeat tremolo 4 a16\f-> 
17     c2. |
18   }
19 }