X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fmanual%2Fchord-names-jazz.ly;h=ccd42c54b73c8b2d541454a886fe55c8e8cf436e;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=6307111dccc6418c90a372cc38c3e8dbe21f0b31;hpb=a3e8e2496e7488def52b7589cbd305bc003cf11a;p=lilypond.git diff --git a/input/manual/chord-names-jazz.ly b/input/manual/chord-names-jazz.ly index 6307111dcc..ccd42c54b7 100644 --- a/input/manual/chord-names-jazz.ly +++ b/input/manual/chord-names-jazz.ly @@ -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 } %}