]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update from Ralph.
authorGraham Percival <graham@percival-music.ca>
Tue, 29 Jan 2008 18:09:52 +0000 (10:09 -0800)
committerGraham Percival <graham@percival-music.ca>
Tue, 29 Jan 2008 18:09:52 +0000 (10:09 -0800)
Documentation/user/editorial.itely

index ad18dd081890285f644703fd43f33108478d1822..ecfbb82e1fe5bcb035b95230d91c57d0096952ff 100644 (file)
 @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)
 <a_\thumb a'-3>8 <b_\thumb b'-3>
 @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}