From 28abc8a557d3083286fd1592e1a14c360bea7ab1 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 29 Jan 2008 10:09:52 -0800 Subject: [PATCH] Update from Ralph. --- Documentation/user/editorial.itely | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/Documentation/user/editorial.itely b/Documentation/user/editorial.itely index ad18dd0818..ecfbb82e1f 100644 --- a/Documentation/user/editorial.itely +++ b/Documentation/user/editorial.itely @@ -34,6 +34,10 @@ @node Selecting notation font size @unnumberedsubsubsec Selecting notation font size +@cindex font size +@cindex font size, selecting +@cindex selecting font size + The easiest method of setting the font size of any context is by setting the @code{fontSize} property. @@ -49,6 +53,8 @@ g It does not change the size of variable symbols, such as beams or slurs. +@cindex font size scaling + Internally, the @code{fontSize} context property will cause the @code{font-size} property to be set in all layout objects. The value of @code{font-size} is a number indicating the size relative @@ -67,14 +73,17 @@ c f g @end lilypond +@cindex standard font size +@cindex font size, standard + Font size changes are achieved by scaling the design size that is closest to the desired size. The standard font size (for @code{font-size} equals 0), depends on the standard staff height. For a 20pt staff, a 10pt font is selected. -The @code{font-size} property can only be set on layout objects -that use fonts. These are the ones supporting the -@internalsref{font-interface} layout interface. +The @code{font-size} property can only be set on layout objects that +use fonts. These are the ones supporting the @code{font-interface} +layout interface. @refcommands @@ -87,6 +96,12 @@ The following commands set @code{fontSize} for the current voice: @funindex \normalsize @code{\normalsize}. +@seealso + +Snippets: @lsrdir{editorial}. + +Internals Reference: @internalsref{font-interface}. + @node Fingering instructions @unnumberedsubsubsec Fingering instructions @@ -107,6 +122,9 @@ c4-1 c-2 c-3 c-4 c^\markup { \finger "2 - 3" } @end lilypond +@cindex thumb-script + + You can use the thumb-script to indicate that a note should be played with the thumb (e.g., in cello music) @@ -114,6 +132,9 @@ played with the thumb (e.g., in cello music) 8 @end lilypond +@cindex fingering chords +@cindex chords, fingering + Fingerings for chords can also be added to individual notes of the chord by adding them after the pitches @@ -145,6 +166,8 @@ instructions very close to note heads in monophonic music, @seealso +Snippets: @lsrdir{editorial}. + Internals Reference: @internalsref{Fingering}. Examples: @lsr{expressive,fingering-chords.ly} -- 2.39.5