]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor tweaks.
authorGraham Percival <graham@percival-music.ca>
Mon, 14 Apr 2008 20:54:58 +0000 (13:54 -0700)
committerGraham Percival <graham@percival-music.ca>
Mon, 14 Apr 2008 20:54:58 +0000 (13:54 -0700)
Documentation/user/editorial.itely
Documentation/user/repeats.itely

index 96bae8f3cd313afa4aa9190cbda91535053a0adf..13940ff54d3c38eb7b73404e229481376b197c9d 100644 (file)
@@ -40,13 +40,15 @@ inside the staff.
 @node Selecting notation font size
 @unnumberedsubsubsec Selecting notation font size
 
-@cindex font size
-@cindex font size, selecting
-@cindex selecting font size
+@cindex font size (notation)
+@cindex selecting font size (notation)
 
 The font size of notation elements may be altered.  It does not
 change the size of variable symbols, such as beams or slurs.
 
+@warning{For @strong{text} font sizes, see
+@ref{Common markup commands}.}
+
 @lilypond[quote,fragment,relative=2,verbatim,ragged-right]
 \huge
 c4.-> d8---3
@@ -62,7 +64,7 @@ c4.-> d8---3
 c4.-> d8---3
 @end lilypond
 
-@cindex font size scaling
+@cindex font size (notation) scaling
 
 Internally, this sets the @code{fontSize} property.  This in turn
 causes the @code{font-size} property to be set in all layout
@@ -85,8 +87,8 @@ c4.-> d8---3
 c4.-> d8---3
 @end lilypond
 
-@cindex standard font size
-@cindex font size, standard
+@cindex standard font size (notation)
+@cindex font size (notation), standard
 
 Font size changes are achieved by scaling the design size that is
 closest to the desired size.  The standard font size (for
@@ -118,6 +120,8 @@ Snippets:
 @lsrdir{Editorial,Editorial-annotations}.
 
 Internals Reference:
+@internalsref{fontSize},
+@internalsref{font-size},
 @internalsref{font-interface}.
 
 
index 0f5bb1adb5362fd0b3cf05a2984d55719983367a..fea9b93c961e95c74413c8158afd5a77155ffe99 100644 (file)
@@ -332,7 +332,7 @@ syntax is
 
 @example
 @code{\repeat percent @var{number} @var{repeatbody}}
-@end expample
+@end example
 
 where @var{repeatbody} is a music expression.