]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/manual/chord-names-jazz.ly
(Two-pass vertical spacing): add documentation for two-pass spacing
[lilypond.git] / input / manual / chord-names-jazz.ly
index 6307111dccc6418c90a372cc38c3e8dbe21f0b31..55d51c4d4f1c16c1b5578d2f4f91936851cb3c13 100644 (file)
@@ -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
        }
 %}