]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-repetition.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / chord-repetition.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "
5 A repetition symbol can be used to repeat the previous chord and save
6 typing.  Only note events are copied: articulations, text scripts,
7 fingerings, etc are not repeated.
8 "
9 }
10
11 \relative {
12   <c'-1 e-3 g-5>8\p( q) q4-! q8.\(^"text" q16 q4-!\)
13 }