From 049a7731eb43f3a214ed3c370b7e09ca411da5ef Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 12 Apr 2006 23:27:53 +0000 Subject: [PATCH] Another bunch of small updates. --- ChangeLog | 2 ++ Documentation/user/advanced-notation.itely | 4 ++-- Documentation/user/basic-notation.itely | 13 ++++++++++++- Documentation/user/introduction.itely | 14 ++++++++------ Documentation/user/invoking.itely | 14 +++++++++++--- Documentation/user/lilypond.tely | 2 +- Documentation/user/putting.itely | 4 ++-- 7 files changed, 38 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69b13e6898..5708ddb81a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * scm/define-context-properties.scm: typo. + * Documentation/user/ : many more small updates. + 2006-04-13 Jürgen Reuter * scm/define-music-types.scm: disposed "docme". diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 87db4e6969..b71e3fe09d 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -270,8 +270,8 @@ quotation marks. @lilypond[quote,verbatim,fragment,relative=1] c1^\markup { hello } c1_\markup { hi there } -c1^\markup { hi \bold there, is \italic anyone home? } -c1_\markup { "\special #characters" } +c1^\markup { hi \bold there, is \italic {anyone home?} } +c1_\markup { "\special {weird} #characters" } @end lilypond @noindent diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 3fe839677b..c01d7473d4 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -1199,10 +1199,13 @@ measure is subdivided in 2, 2, 2 and 3. This is passed to } @end lilypond + @seealso Program reference: @internalsref{TimeSignature}, and @internalsref{Timing_translator}. +Examples: @inputfileref{input/@/test,compound@/-time@/.ly}. + @refbugs @@ -1489,7 +1492,8 @@ Program reference: @internalsref{StaffSymbol}. Examples: @inputfileref{input/@/test,staff@/-lines@/.ly}, @inputfileref{input/@/test@/,ossia.ly}, -@inputfileref{input/@/test,staff@/-size@/.ly}. +@inputfileref{input/@/test,staff@/-size@/.ly}, +@inputfileref{input/@/regression,staff@/-line@/-positions@/.ly}. @@ -2246,6 +2250,13 @@ c\< c\! d\> e\! A hairpin starts at the left edge of the beginning note and ends on the right edge of the ending note. +In some situations the @code{\espressivo} articulation mark may +be suitable to indicate a crescendo and decrescendo on the one note, + +@lilypond[quote,ragged-right,fragment,verbatim,relative=2] +c2 b4 a g1\espressivo +@end lilypond + This may give rise to very short hairpins. Use @code{minimum-length} in @internalsref{Voice}.@internalsref{Hairpin} to lengthen them, for example diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index efd8509a5b..e0cdab08dd 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -691,12 +691,7 @@ gives a gentle introduction to typesetting music. First time users should start here. @item -@emph{@ref{Example templates}} -provides templates of LilyPond pieces. Just cut and paste a -template into a file, add notes, and you're done! - -@item -@emph{@ref{Putting it all together}} +@emph{@ref{Working on LilyPond projects}} demonstrates practical uses of LilyPond. @item @@ -748,8 +743,15 @@ The @emph{@ref{Literature list}} contains a set of useful reference books for those who wish to know more on notation and engraving. + +@item +@emph{@ref{Example templates}} +provides templates of LilyPond pieces. Just cut and paste a +template into a file, add notes, and you're done! + @end itemize + Once you are an experienced user, you can use the manual as reference: there is an extensive index@footnote{If you are looking for something, and you cannot find it in the manual, that is considered a bug. In diff --git a/Documentation/user/invoking.itely b/Documentation/user/invoking.itely index 2f4cf641d3..20ef9726f9 100644 --- a/Documentation/user/invoking.itely +++ b/Documentation/user/invoking.itely @@ -1,4 +1,3 @@ -@c -*- coding: utf-8; mode: texinfo; -*- @node Running LilyPond @chapter Running LilyPond @@ -121,6 +120,8 @@ This sets the internal program option @var{var} to the Scheme value @var{val}. If @var{val} is not supplied, then @var{#t} is used. To switch off an option, @code{no-} may be prefixed to @var{var}, e.g. +@cindex point and click, command line + @example -dno-point-and-click @end example @@ -131,9 +132,16 @@ is the same as -dpoint-and-click='#f' @end example -@cindex point and click +Another notable option is + +@example +-dpaper-size=\"letter\" +@end example + +@noindent +Note that the string must be enclosed in escaped quotes ( @code{\"} ). -Setting the @code{help} option will print a summary of the options +Setting the @code{-dhelp} option will print a summary of the options available, and exit. @item -h,--help diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index 205ba8f994..b6ce0497da 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -262,7 +262,7 @@ of this and other documentation. * Introduction:: What, Why, How. * Tutorial:: A tutorial introduction. * Example templates:: Larger examples. -* Putting it all together:: Demonstrates real-life LilyPond usage. +* Working on LilyPond projects:: Demonstrates real-life LilyPond usage. * Running LilyPond:: Operation. * Basic notation:: Standard musical notation. * Instrument-specific notation:: Notation that is only used for some diff --git a/Documentation/user/putting.itely b/Documentation/user/putting.itely index 2cda151c08..c3edcd8af2 100644 --- a/Documentation/user/putting.itely +++ b/Documentation/user/putting.itely @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; -*- -@node Putting it all together -@chapter Putting it all together +@node Working on LilyPond projects +@chapter Working on LilyPond projects This section explains how to use the rest of the documentation and how to solve common problems. -- 2.39.2