]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small fixes.
authorGraham Percival <graham@percival-music.ca>
Fri, 10 Sep 2004 19:45:40 +0000 (19:45 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 10 Sep 2004 19:45:40 +0000 (19:45 +0000)
ChangeLog
Documentation/user/notation.itely

index 461b43cfcdd52a7baeeafca4c7309d2d4f9c270b..878ef3c9d1e250d331923f782d79b85299c44949 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-10  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: small fixes to docs.
+
 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * VERSION (PACKAGE_NAME): release 2.3.15
index d014f92b0cd1288a2977094a9d559e948f5abb67..0df5e096b03e6d24523cba006cb70024aaa8f9d2 100644 (file)
@@ -690,15 +690,17 @@ There is also a syntax that is separate from the notes.  The syntax
 \octave @var{pitch}
 @end example
 
-
-@c FIXME: what is the second sentence trying to say?  \octave check  -gp
-
 This checks that @var{pitch} (without quotes) yields @var{pitch} (with
 quotes) in \relative mode.  If not, a warning is printed, and the
-octave is corrected, for example, the first check is passed
-successfully.  The second check fails with an error message.  The
-octave is adjusted so the following notes are in the correct octave
+octave is corrected.
+
+In the example below, the first check passes without incident, since
+the @code{e} (in relative mode) is within a fifth of @code{a'}.  However,
+the second check produces a warning, since the @code{e} is not within
+a fifth of @code{b'}.  The warning message is printed, and the octave
+is adjusted so that the following notes are in the correct octave
 once again.
+
 @example
 \relative c' @{
   e
@@ -764,13 +766,11 @@ used.  It is described in the next section.
 It is also possible to redefine the meaning of @code{|}.  This is done
 by assigning a music expression to @code{pipeSymbol},
 
-FIXME: example removed to allow doc builds.  Needs to be fixed soon.  -gp
-
-@c @lilypond[quote,fragment,raggedright,verbatim]
-@c pipeSymbol = \bar "||"
+@lilypond[quote,raggedright,verbatim]
+pipeSymbol = \bar "||"
 
-@c { c'2 c' | c'2 c }
-@c @end lilypond 
+{ c'2 c' | c'2 c }
+@end lilypond 
 
 
 @node Skipping corrected music