]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor changes from mailist.
authorGraham Percival <graham@percival-music.ca>
Thu, 23 Feb 2006 23:45:11 +0000 (23:45 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 23 Feb 2006 23:45:11 +0000 (23:45 +0000)
ChangeLog
Documentation/user/global.itely
Documentation/user/tutorial.itely

index 71d2bf966027a2057df26d8f16b15d213baac3a6..3ae5096e8d9edc6f35b311f60d78d9aad4fd3dab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-23  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ tutorial, global: minor changes.
+
 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
 
        * mf/GNUmakefile: add '\' in multi-line "define ... endef"
index 1dc1698af19c1c98a672949ae4d7d0b36c2c81bb..4a164f67cce3a68cde7fa597a7ad13270dc525da 100644 (file)
@@ -650,7 +650,7 @@ printable area.
 @item ragged-bottom
 If set to true, systems will not be spread across the page.
 
-This should be set false for pieces that have only two or three
+This should be set to true for pieces that have only two or three
 systems per page, for example orchestral scores.
  
 @cindex @code{ragged-last-bottom}
index a25dac26ad6915ecf8c14161cf9572917d91aa08..5f293c90aefc1d376d90cd0774675102ca48bfd2 100644 (file)
@@ -83,12 +83,16 @@ the result looks like this
 c d e f g a b
 @end lilypond
 
-Every piece of LilyPond input needs to have @{ curly braces @} placed
+Every piece of LilyPond input needs to have @{curly braces@} placed
 around the input.  For the rest of this manual, most examples will
 omit these braces, but don't forget them in your own music!
 
+In addition, many examples use @code{relative} mode.  This is explained
+in @ref{Octave entry}; for now simply be aware that some examples
+should be placed inside @code{\relative @{ @emph{...music...} @}}
+
 @cindex Case sensitive
-In addition, LilyPond input is case sensitive.  @code{ @{ c d e @} } is
+Finally, LilyPond input is case sensitive.  @code{ @{ c d e @} } is
 valid input; @code{ @{ C D E @} } will produce an error message.
 
 The @rglos{duration} of a note is specified by a number after the note