]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/manual/chord-names-languages.ly
Fix compile
[lilypond.git] / input / manual / chord-names-languages.ly
index 3a22642e1a4953810bbdee4634c2a78d882b9594..1641c3f7d7c2e081f7b618a9acaa8420b648b692 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.39"
+\version "2.11.61"
 \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 }