]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-names-german.ly
9d883cddfd9ef8f5f20845b0f35c9f45b2b12a70
[lilypond.git] / input / test / chord-names-german.ly
1
2 \version "1.7.16"
3 \header  {
4
5     texidoc = "By setting @code{ChordNames.chordRootNamer}, the root
6  of the chord may be named with a different function."
7
8 }
9
10 scm = \chords { c4 b bes } 
11 \score {
12
13 <    \context ChordNames \chords <
14     \property ChordNames. chordRootNamer = #note-name->german-markup
15     \scm >
16     \context Voice \scm >
17 \paper { raggedright = ##t }
18 }