X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fincluded%2Fchord-names-jazz.ly;fp=Documentation%2Fincluded%2Fchord-names-jazz.ly;h=aff509ea921ffc6411dfacf886625166a3170871;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=5be2e57a56026ad91b332089df793cc4d0b37c65;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/included/chord-names-jazz.ly b/Documentation/included/chord-names-jazz.ly index 5be2e57a56..aff509ea92 100644 --- a/Documentation/included/chord-names-jazz.ly +++ b/Documentation/included/chord-names-jazz.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.16.0" \header { texidoc = " Chord names are generated from a list pitches. The @@ -15,50 +15,52 @@ are turned off for brevity. chs = \transpose c' c' { - 1 - % m = minor triad - - \break - - - % triangle = maj - - \break - - - - \break - % 6 = major triad with added sixth - % m6 = minor triad with added sixth - - \break - - - - \break - - - - \break - - - - \break - - - - \break - - - - \break - - - - \break - - % add9 - + 1 + % m = minor triad + + \break + + + % triangle = maj + + \break + + + + \break + % 6 = major triad with added sixth + % m6 = minor triad with added sixth + + \break + + + + \break + + + + \break + + + + \break + + + + \break + + + + \break + + + + \break + + % add9 + + % Lydian + % altered chord } @@ -68,9 +70,11 @@ chs = \transpose c' c' efullmusicJazzAlt = { 1-\markup { "+" } - -\markup { \normal-size-super - % \override #'(font-family . math) "N" } - \override #'(font-family . math) "M" } + -\markup { + \normal-size-super + % \override #'(font-family . math) "N" + \override #'(font-family . math) "M" + } %%c:3.5.7 = \markup { \override #'(font-family . math) "M" } %%c:3.5.7 = \markup { \normal-size-super "maj7" } @@ -103,50 +107,49 @@ jazzAltProperties = \sequential { } banterProperties = \sequential { - \set chordNameFunction = #banter-chord-names + \set chordNameFunction = #banter-chord-names } \score{ << - \new ChordNames { - \set instrumentName = #"Ignatzek (default)" - \set shortInstrumentName = #"Def" - \chs - } - - \new ChordNames { - \jazzAltProperties - \set instrumentName = #"Alternative" - \set shortInstrumentName = #"Alt" - \chs - } + \new ChordNames { + \set instrumentName = #"Ignatzek (default)" + \set shortInstrumentName = #"Def" + \chs + } + + \new ChordNames { + \jazzAltProperties + \set instrumentName = #"Alternative" + \set shortInstrumentName = #"Alt" + \chs + } %{ - %% This is the Banter (1987) style. It gives exceedingly - %% verbose (wide) names, making the output file take up to 4 pages. - %% (TODO: how big is is now?) - %% Turned off by default. + %% This is the Banter (1987) style. It gives exceedingly + %% verbose (wide) names, making the output file take up to 4 pages. + %% (TODO: how big is is now?) + %% Turned off by default. - %% TODO: use smaller font for Banter (or remove some esoteric - %% chords). + %% TODO: use smaller font for Banter (or remove some esoteric + %% chords). - \new ChordNames { - \banterProperties - \set instrumentName = #"Banter" - \set shortInstrumentName = #"Ban" - \chs - } + \new ChordNames { + \banterProperties + \set instrumentName = #"Banter" + \set shortInstrumentName = #"Ban" + \chs + } %} - \new Staff \transpose c c' { \chs } + \new Staff \transpose c c' { \chs } >> \layout { - indent = 3.\cm - \context { - \ChordNames - \consists Instrument_name_engraver - } + \context { + \ChordNames + \consists Instrument_name_engraver + } } }