X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fnotation-appendices.itely;h=299ab933aefc6468257d5e0b4f1fc89e65c2c4ba;hb=067cc33212cd1b0ce1466b2efcc9041221fc1067;hp=e02315b98e90dcb339ddcbe2714c3cb47b5094ba;hpb=d40224c98a074a12e19708300a5a84119f567b22;p=lilypond.git diff --git a/Documentation/user/notation-appendices.itely b/Documentation/user/notation-appendices.itely index e02315b98e..299ab933ae 100644 --- a/Documentation/user/notation-appendices.itely +++ b/Documentation/user/notation-appendices.itely @@ -1,5 +1,11 @@ @c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely +@ignore + Translation of GIT committish: FILL-IN-HEAD-COMMITTISH + + When revising a translation, copy the HEAD committish of the + version that you are working on. See TRANSLATION for details. +@end ignore @node Notation manual tables @appendix Notation manual tables @@ -9,6 +15,14 @@ * MIDI instruments:: * List of colors:: * The Feta font:: +* Note head styles:: +* Text markup commands:: +* Text markup list commands:: +* List of articulations:: +* All context properties:: +* Layout properties:: +* Identifiers:: +* Scheme functions:: @end menu @@ -96,9 +110,9 @@ darkcyan darkmagenta darkyellow X color names come several variants: -Any name that is spelled as a single word with capitalisation +Any name that is spelled as a single word with capitalization (e.g. @q{LightSlateBlue}) can also be spelled as space separated -words without capitalisation (e.g. @q{light slate blue}). +words without capitalization (e.g. @q{light slate blue}). The word @q{grey} can always be spelled @q{gray} (e.g. @q{DarkSlateGray}). @@ -183,21 +197,93 @@ Where N is in the range 0-100. 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{Text markup}. +\musicglyph #"scripts.segno" @}}, see @ref{Formatting text}. @lilypondfile[noindent]{font-table.ly} -@ignore -@n ode All context properties -@a ppendixsec All context properties +@node Note head styles +@appendixsec Note head styles -@i nclude context-properties.tely +@cindex note head styles +The following styles may be used for note heads. +@lilypondfile[noindent]{note-head-style.ly} -@n ode Layout properties -@ap pendixsec Layout properties -@in clude layout-properties.tely +@node Text markup commands +@appendixsec Text markup commands + +The following commands can all be used inside @code{\markup @{ @}}. + +@include markup-commands.tely + +@node Text markup list commands +@appendixsec Text markup list commands + +The following commands can all be used with @code{\markuplines}. + +@include markup-list-commands.tely + +@node List of articulations +@appendixsec List of articulations + +@cindex accent +@cindex marcato +@cindex staccatissimo +@cindex espressivo +@cindex fermata +@cindex stopped +@cindex staccato +@cindex portato +@cindex tenuto +@cindex upbow +@cindex downbow +@cindex foot marks +@cindex organ pedal marks +@cindex turn +@cindex open +@cindex stopped +@cindex flageolet +@cindex reverseturn +@cindex trill +@cindex prall +@cindex mordent +@cindex prallprall +@cindex prallmordent +@cindex prall, up +@cindex prall, down +@cindex thumb marking +@cindex segno +@cindex coda +@cindex varcoda + +Here is a chart showing all scripts available, + +@lilypondfile[ragged-right,quote]{script-chart.ly} + + + +@node All context properties +@appendixsec All context properties + +@include context-properties.tely + + +@node Layout properties +@appendixsec Layout properties + +@include layout-properties.tely + + +@node Identifiers +@appendixsec Identifiers + +@include identifiers.tely + + +@node Scheme functions +@appendixsec Scheme functions + +@include scheme-functions.tely -@end ignore