]> 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 babe35ec657156bbaea190909c9ea0e2cbefb4e1..55d51c4d4f1c16c1b5578d2f4f91936851cb3c13 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.39"
+\version "2.9.13"
 \header {
 
 texidoc = " Chord names are generated from a list pitches.  The
@@ -109,15 +109,15 @@ banterProperties = \sequential {
 \score{
     <<
        \new ChordNames {
-           \set instrument = #"Ignatzek (default)"
-           \set instr = #"Def"
+           \set instrumentName = #"Ignatzek (default)"
+           \set shortInstrumentName = #"Def"
            \chs
        }
        
        \new ChordNames {
            \jazzAltProperties
-           \set instrument = #"Alternative"
-           \set instr = #"Alt"
+           \set instrumentName = #"Alternative"
+           \set shortInstrumentName = #"Alt"
            \chs
        }
 
@@ -133,8 +133,8 @@ banterProperties = \sequential {
        
        \new ChordNames {
            \banterProperties
-           \set instrument = #"Banter"
-           \set instr = #"Ban"
+           \set instrumentName = #"Banter"
+           \set shortInstrumentName = #"Ban"
            \chs
        }
 %}