From: Valentin Villenave Date: Tue, 17 Jun 2008 09:02:20 +0000 (+0200) Subject: Minor corrections to NR 1.8 X-Git-Tag: release/2.11.50-1~50 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=baceca70fc1c4ebb82b867d32f99f36a774eaa58;p=lilypond.git Minor corrections to NR 1.8 added @predefined for font-size commands. replaced @i{} with @notation{}. --- diff --git a/Documentation/user/text.itely b/Documentation/user/text.itely index 4e28fa8094..668daf84f7 100644 --- a/Documentation/user/text.itely +++ b/Documentation/user/text.itely @@ -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