MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / repeat-tremolo-one-note-articulation.ly
blobf75e5c7f3721854f9efb51727c8d5f5f3adb4c2f
1 \version "2.13.29"
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."
9 \paper { ragged-right = ##t }
10 \score {
11 \new Staff \relative c'' {
12 \repeat tremolo 4 { a16 }
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. |