]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-name-override-text.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / chord-name-override-text.ly
1 \version "2.17.6"
2
3 \header {
4   texidoc = "Users can override the @code{text} property of
5 @code{ChordName}.
6 "
7 }
8
9 \new ChordNames \chordmode {
10   a b c:7
11   \once \override ChordName.text = #"foo"
12   d
13 }