]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/manual/chord-names-jazz.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / manual / chord-names-jazz.ly
index 6307111dccc6418c90a372cc38c3e8dbe21f0b31..ccd42c54b73c8b2d541454a886fe55c8e8cf436e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.13"
+\version "2.12.0"
 \header {
 
 texidoc = " Chord names are generated from a list pitches.  The
@@ -109,15 +109,15 @@ banterProperties = \sequential {
 \score{
     <<
        \new ChordNames {
-           \set shortInstrumentName = #"Ignatzek (default)"
-           \set instr = #"Def"
+           \set instrumentName = #"Ignatzek (default)"
+           \set shortInstrumentName = #"Def"
            \chs
        }
        
        \new ChordNames {
            \jazzAltProperties
-           \set shortInstrumentName = #"Alternative"
-           \set instr = #"Alt"
+           \set instrumentName = #"Alternative"
+           \set shortInstrumentName = #"Alt"
            \chs
        }
 
@@ -133,8 +133,8 @@ banterProperties = \sequential {
        
        \new ChordNames {
            \banterProperties
-           \set shortInstrumentName = #"Banter"
-           \set instr = #"Ban"
+           \set instrumentName = #"Banter"
+           \set shortInstrumentName = #"Ban"
            \chs
        }
 %}