From: Graham Percival Date: Mon, 27 Feb 2006 19:47:17 +0000 (+0000) Subject: Minor changes from mailist. X-Git-Tag: release/2.7.37~31 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1416542b6affdd5ca52a63072aaceee2efdc6c6c;p=lilypond.git Minor changes from mailist. --- diff --git a/ChangeLog b/ChangeLog index 8201fdf877..573b6e96ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-27 Graham Percival + + * Documentation/user/ basic-notation, global: minor changes + from mailist. + 2006-02-26 Nicolas Sceaux * scm/framework-ps.scm: diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 7d644e1e00..1e356ab950 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -108,6 +108,7 @@ ces c cis cisis +bes dis, eeses' ais, @end lilypond There are predefined sets of note names for various other languages. diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 4a164f67cc..b7a5151221 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -83,6 +83,11 @@ An output definition, such as @code{\paper}, @code{\midi}, and @code{\layout}. Such a definition at the toplevel changes the default settings for the block entered. +@item +A direct scheme expression, such as +@code{#(set-default-paper-size "a7" 'landscape)} or +@code{#(ly:set-option 'point-and-click #f)}. + @item A @code{\header} block. This sets the global header block. This is the block containing the definitions for book-wide settings, like @@ -1352,6 +1357,7 @@ No work-around exists for decreasing the amount of space. @cindex @code{indent} @cindex @code{line-width} @cindex @code{ragged-right} +@cindex @code{ragged-last} @c Although line-width can be set in \layout, it should be set in paper @c block, to get page layout right. @@ -1370,7 +1376,7 @@ short fragments, and for checking how tight the natural spacing is. @cindex page layout @cindex vertical spacing -The option @code{raggedlast} is similar to @code{ragged-right}, but +The option @code{ragged-last} is similar to @code{ragged-right}, but only affects the last line of the piece. No restrictions are put on that line. The result is similar to formatting text paragraphs. In a paragraph, the last line simply takes its natural length. @@ -1379,6 +1385,14 @@ paragraph, the last line simply takes its natural length. @c stretch as the previous line. eTeX uses \lastlinefit to @c interpolate between both these solutions. +@example +\layout @{ + indent = #0 + line-width = #150 + ragged-last = ##t +@} +@end example + @node Line breaking @subsection Line breaking