X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fnotation-appendices.itely;h=bba5f751b1134d6d8a7a7b97a4b9483340dd394e;hb=1423508c355989fa26a8cfe5985b0d6e1ab0a538;hp=8c6bc0618f57d1c58302b3ad18da9fff9670ba59;hpb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;p=lilypond.git diff --git a/Documentation/user/notation-appendices.itely b/Documentation/user/notation-appendices.itely index 8c6bc0618f..bba5f751b1 100644 --- a/Documentation/user/notation-appendices.itely +++ b/Documentation/user/notation-appendices.itely @@ -7,7 +7,7 @@ version that you are working on. See TRANSLATION for details. @end ignore -@c \version "2.11.61" +@c \version "2.12.0" @node Notation manual tables @appendix Notation manual tables @@ -31,21 +31,21 @@ and just before @end ignore @menu -* Chord name chart:: -* Common chord modifiers:: -* Predefined fretboard diagrams:: -* MIDI instruments:: -* List of colors:: -* The Feta font:: -* Note head styles:: -* Text markup commands:: +* Chord name chart:: +* Common chord modifiers:: +* Predefined fretboard diagrams:: +* MIDI instruments:: +* List of colors:: +* The Feta font:: +* Note head styles:: +* Text markup commands:: * Text markup list commands:: -* List of articulations:: -* Percussion notes:: -* All context properties:: -* Layout properties:: -* Identifiers:: -* Scheme functions:: +* List of articulations:: +* Percussion notes:: +* All context properties:: +* Layout properties:: +* Identifiers:: +* Scheme functions:: @end menu @@ -198,11 +198,11 @@ Half-diminished seventh @tab Diminished triad, minor seventh @tab -@code{dim5m7} +@code{m7.5-} @tab @lilypond[line-width=3\cm,noragged-right, notime] \chordmode { - c1:dim5m7 + c1:m7.5- } @end lilypond @@ -211,11 +211,11 @@ Minor-major seventh @tab Minor triad, major seventh @tab -@code{7m5} +@code{maj7.5-} @tab @lilypond[line-width=3\cm,noragged-right, notime] \chordmode { - c1:7m5 + c1:maj7.5- } @end lilypond @@ -261,7 +261,7 @@ Dominant seventh, major ninth @item Major ninth @tab -TODO +Major seventh, major ninth @tab @code{maj9} @tab @@ -274,7 +274,7 @@ TODO @item Minor ninth @tab -TODO +Minor seventh, major ninth @tab @code{m9} @tab @@ -300,7 +300,7 @@ Dominant ninth, perfect eleventh @item Major eleventh @tab -TODO +Major ninth, perfect eleventh @tab @code{maj11} @tab @@ -313,7 +313,7 @@ TODO @item Minor eleventh @tab -TODO +Minor ninth, perfect eleventh @tab @code{m11} @tab @@ -323,6 +323,19 @@ TODO } @end lilypond +@item +Dominant thirteenth +@tab +Dominant ninth, major thirteenth +@tab +@code{13} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:13 +} +@end lilypond + @item Dominant thirteenth @tab @@ -339,7 +352,7 @@ Dominant eleventh, major thirteenth @item Major thirteenth @tab -TODO +Major eleventh, major thirteenth @tab @code{maj13.11} @tab @@ -352,7 +365,7 @@ TODO @item Minor thirteenth @tab -TODO +Minor eleventh, major thirteenth @tab @code{m13.11} @tab @@ -365,7 +378,7 @@ TODO @item Suspended second @tab -TODO +Major second, perfect fifth @tab @code{sus2} @tab @@ -378,7 +391,7 @@ TODO @item Suspended fourth @tab -TODO +Perfect fourth, perfect fifth @tab @code{sus4} @tab @@ -408,7 +421,7 @@ The following is a list of names that can be used for the acoustic grand contrabass lead 7 (fifths) bright acoustic tremolo strings lead 8 (bass+lead) electric grand pizzicato strings pad 1 (new age) -honky-tonk orchestral strings pad 2 (warm) +honky-tonk orchestral harp pad 2 (warm) electric piano 1 timpani pad 3 (polysynth) electric piano 2 string ensemble 1 pad 4 (choir) harpsichord string ensemble 2 pad 5 (bowed) @@ -562,7 +575,262 @@ The following symbols are available in the Emmentaler font and may be accessed directly using text markup such as @code{g^\markup @{ \musicglyph #"scripts.segno" @}}, see @ref{Formatting text}. -@lilypondfile[noindent]{font-table.ly} + +@menu +* Clef glyphs:: +* Time Signature glyphs:: +* Number glyphs:: +* Accidental glyphs:: +* Default Notehead glyphs:: +* Special Notehead glyphs:: +* Shape-note Notehead glyphs:: +* Rest glyphs:: +* Flag glyphs:: +* Dot glyphs:: +* Dynamic glyphs:: +* Script glyphs:: +* Arrowhead glyphs:: +* Bracket-tip glyphs:: +* Pedal glyphs:: +* Accordion glyphs:: +* Vaticana glyphs:: +* Medicaea glyphs:: +* Hufnagel glyphs:: +* Mensural glyphs:: +* Neomensural glyphs:: +* Petrucci glyphs:: +* Solesmes glyphs:: +@end menu + + +@node Clef glyphs +@unnumberedsubsec Clef glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #clefs +@end lilypond + + +@node Time Signature glyphs +@unnumberedsubsec Time Signature glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #timesig +@end lilypond + + +@node Number glyphs +@unnumberedsubsec Number glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #numbers +@end lilypond + + +@node Accidental glyphs +@unnumberedsubsec Accidental glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #accidentals +@end lilypond + + +@node Default Notehead glyphs +@unnumberedsubsec Default Notehead glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #default-noteheads +@end lilypond + + +@node Special Notehead glyphs +@unnumberedsubsec Special Notehead glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #special-noteheads +@end lilypond + + +@node Shape-note Notehead glyphs +@unnumberedsubsec Shape-note Notehead glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #shape-note-noteheads +@end lilypond + + +@node Rest glyphs +@unnumberedsubsec Rest glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #rests +@end lilypond + + +@node Flag glyphs +@unnumberedsubsec Flag glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #flags +@end lilypond + + +@node Dot glyphs +@unnumberedsubsec Dot glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #dots +@end lilypond + + +@node Dynamic glyphs +@unnumberedsubsec Dynamic glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #dynamics +@end lilypond + + +@node Script glyphs +@unnumberedsubsec Script glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #scripts +@end lilypond + + +@node Arrowhead glyphs +@unnumberedsubsec Arrowhead glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #arrowheads +@end lilypond + + +@node Bracket-tip glyphs +@unnumberedsubsec Bracket-tip glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #brackettips +@end lilypond + + +@node Pedal glyphs +@unnumberedsubsec Pedal glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #pedal +@end lilypond + + +@node Accordion glyphs +@unnumberedsubsec Accordion glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #accordion +@end lilypond + + +@node Vaticana glyphs +@unnumberedsubsec Vaticana glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #vaticana +@end lilypond + + +@node Medicaea glyphs +@unnumberedsubsec Medicaea glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #medicaea +@end lilypond + + +@node Hufnagel glyphs +@unnumberedsubsec Hufnagel glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #hufnagel +@end lilypond + + +@node Mensural glyphs +@unnumberedsubsec Mensural glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #mensural +@end lilypond + + +@node Neomensural glyphs +@unnumberedsubsec Neomensural glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #neomensural +@end lilypond + + +@node Petrucci glyphs +@unnumberedsubsec Petrucci glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #petrucci +@end lilypond + + +@node Solesmes glyphs +@unnumberedsubsec Solesmes glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #solesmes +@end lilypond @node Note head styles @@ -610,9 +878,8 @@ The following styles may be used for note heads. @cindex coda @cindex varcoda -Here is a chart showing all scripts available, -@lilypondfile[quote]{script-chart.ly} +@lilypondfile[quote,texidoc]{script-chart.ly} @node Percussion notes