From: gpercival Date: Thu, 23 Feb 2006 23:45:11 +0000 (+0000) Subject: Minor changes from mailist. X-Git-Tag: release/2.7.38^2~47 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c5656e7cc41ad6736b112e5fbd0fb79edd6f695;p=lilypond.git Minor changes from mailist. --- diff --git a/ChangeLog b/ChangeLog index 71d2bf9660..3ae5096e8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-23 Graham Percival + + * Documentation/user/ tutorial, global: minor changes. + 2006-02-23 Nicolas Sceaux * mf/GNUmakefile: add '\' in multi-line "define ... endef" diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 1dc1698af1..4a164f67cc 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -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} diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index a25dac26ad..5f293c90ae 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -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