]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/manual/chord-names-languages.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / manual / chord-names-languages.ly
index 3a22642e1a4953810bbdee4634c2a78d882b9594..f1ca5b4a49328ad056276bb8bbb652cf8e9eb10b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.39"
+\version "2.10.0"
 \header  {
     texidoc = "@cindex Chord Names German
 The english naming of chords (default) can be changed to german 
@@ -27,20 +27,20 @@ scm = \chordmode {
 
 <<
     \new ChordNames {
-       \set instrument = #"default"
+       \set instrumentName = #"default"
        \scm
     }
     \new ChordNames {
-       \set instrument = #"german"
+       \set instrumentName = #"german"
        \germanChords \scm }
     \new ChordNames {
-       \set instrument = #"semi-german"
+       \set instrumentName = #"semi-german"
        \semiGermanChords \scm }
     \new ChordNames {
-       \set instrument = #"italian"
+       \set instrumentName = #"italian"
        \italianChords \scm }
     \new ChordNames {
-       \set instrument = #"french"
+       \set instrumentName = #"french"
        \frenchChords \scm }
 
     \context Voice { \scm }