]> git.donarmstrong.com Git - lilypond.git/commitdiff
Another bunch of small updates.
authorGraham Percival <graham@percival-music.ca>
Wed, 12 Apr 2006 23:27:53 +0000 (23:27 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 12 Apr 2006 23:27:53 +0000 (23:27 +0000)
ChangeLog
Documentation/user/advanced-notation.itely
Documentation/user/basic-notation.itely
Documentation/user/introduction.itely
Documentation/user/invoking.itely
Documentation/user/lilypond.tely
Documentation/user/putting.itely

index 69b13e68982df866b83d2ddf6ed2e2180307bf67..5708ddb81a73b1da80a4ccb757aa8c84d97325e4 100644 (file)
--- 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  <reuter@ipd.uka.de>
 
        * scm/define-music-types.scm: disposed "docme".
index 87db4e69697b4f2faca27139bfaa900af27e0415..b71e3fe09da21e5d9c3168a471fb19e99ab3ed2f 100644 (file)
@@ -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
index 3fe839677b818abe12bf0350c2bb1d2f7714a4a2..c01d7473d493758cd3ba6700f9bbf28865d97abb 100644 (file)
@@ -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
index efd8509a5bba20372d366d278cf6b70f31d41248..e0cdab08dd69e83e753c1a26562dc3f5857eb5b8 100644 (file)
@@ -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
index 2f4cf641d3bc20c49526ba3188ea4644d26616b7..20ef9726f904ce325a4b5da0a9180fbae98fe327 100644 (file)
@@ -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
index 205ba8f994f146f5f2acf1860fcb4cd18e7fbf94..b6ce0497da180c44a4be9712de568802ec9821c1 100644 (file)
@@ -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
index 2cda151c081096e775d1dba3cfe0529741c409c6..c3edcd8af2ea872c338b5254e6d30c4126c17978 100644 (file)
@@ -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.