]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-repetition-relative.ly
Add newlines at EOF where appropriate.
[lilypond.git] / input / regression / chord-repetition-relative.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "
5 Chord repetition handles \\relative mode: the repeated chords have
6 the same octaves as the original one.
7 "
8 }
9
10 {
11   <c''' d'' g''>4^"absolute" q q q
12   \relative c' { <c'' d, g>4^"relative" q q q }
13 }