]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small clarifications; thanks Anthony!
authorGraham Percival <graham@percival-music.ca>
Thu, 22 Jun 2006 06:05:19 +0000 (06:05 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 22 Jun 2006 06:05:19 +0000 (06:05 +0000)
ChangeLog
Documentation/user/basic-notation.itely
Documentation/user/working.itely

index c0055ef060150591e561deecf8824c2721891112..bfba662fb3726043f58f76f770cacf19b7476b3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
        * Documentation/user/ various: minor spelling fixes;
        thanks Dave Luttinen!
 
+       * Documentation/user/ various: small clarifications;
+       thanks Anthony Youngman!
+
 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * po/fr.po: add \n appropriately.
index 9c76e0554dd046b23e2956061b18ffd903cfb33c..359f592f139f404d548b34de6205aa5bebadb304 100644 (file)
@@ -1485,6 +1485,9 @@ The syntax for this command is
 \partial @var{duration}
 @end example
 
+where @code{duration} is the rhythmic length to be added before
+the next bar.
+
 This is internally translated into
 
 @example
@@ -1621,8 +1624,9 @@ d4 e d c
 
 @refbugs
 
-LilyPond will only insert page breaks at a barline.  Unless the unmetered
-music ends before the end of the staff line, you will need to insert
+LilyPond will only insert line breaks and page breaks at a
+barline.  Unless the unmetered music ends before the end of
+the staff line, you will need to insert
 invisible bar lines
 
 @example
@@ -1630,7 +1634,7 @@ invisible bar lines
 @end example
 
 @noindent
-to indicate where line breaks can occur.
+to indicate where breaks can occur.
 
 
 @node System start delimiters
index 1b8558239381ee4a2d7db6f85c650e5bbf3e4054..0a580b515f82be9d1b0cc97b8081b0d38540a206 100644 (file)
@@ -72,6 +72,11 @@ you didn't comment the file.
 imbalance
 in the number of @code{@{} and @code{@}}.
 
+@item @strong{Explicity add durations} at the beginnings of sections
+and identifiers.  If you specify @code{c4 d e} at the beginning of a
+phrase (instead of just @code{c d e}) you can save yourself some
+problems if you rearrange your music later.
+
 @end itemize