]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor corrections to NR 1.8
authorValentin Villenave <valentin@villenave.net>
Tue, 17 Jun 2008 09:02:20 +0000 (11:02 +0200)
committerValentin Villenave <valentin@villenave.net>
Tue, 17 Jun 2008 09:02:20 +0000 (11:02 +0200)
added @predefined for font-size commands.
replaced @i{} with @notation{}.

Documentation/user/text.itely

index 4e28fa80947d1e07b8902bbd7dc2882505048a05..668daf84f78e818a9747b17b9827ddeefbf8c6fc 100644 (file)
@@ -121,8 +121,8 @@ default; to enable it, use
 
 @cindex Text spanners
 
-Some performance indications, e.g., @i{rallentando} or
-@i{accelerando}, are written as text and are extended over
+Some performance indications, e.g., @notation{rallentando} or
+@notation{accelerando}, are written as text and are extended over
 multiple notes with dotted lines.
 Such objects, called @q{spanners}, may be created
 from one note to another using the following syntax:
@@ -458,10 +458,9 @@ Basic font switching is supported:
 @cindex font size
 @cindex text size
 @funindex \fontsize
-@funindex \small
-@funindex \large
 @funindex \smaller
 @funindex \larger
+@funindex \bigger
 @funindex \magnify
 
 The size of the characters can also be altered in different ways:
@@ -541,6 +540,22 @@ Defining custom font sets is also possible, as explained in
 @ref{Fonts}.  An exhaustive list of font-switching, font-size
 and font-families related commands can be found in @ref{Font}.
 
+@predefined
+
+@funindex \teeny
+@funindex \tiny
+@funindex \small
+@funindex \normalsize
+@funindex \large
+@funindex \huge
+@code{\teeny},
+@code{\tiny},
+@code{\small},
+@code{\normalsize},
+@code{\large},
+@code{\huge}.
+
+
 @c TODO: add @seealso
 
 @knownissues