]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-additional-pitch-prefix.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / chord-additional-pitch-prefix.ly
1 \version "2.16.0"
2 \header {
3     texidoc = "The prefix of additional chord pitches can be tuned with
4 @code{additionalPitchPrefix}."
5 }
6
7 \new ChordNames {
8     <c e g d'>  % add9
9     \set additionalPitchPrefix = #"add"
10     <c e g d'>  % add9
11 }