]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor changes from mailist.
authorGraham Percival <graham@percival-music.ca>
Mon, 27 Feb 2006 19:47:17 +0000 (19:47 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 27 Feb 2006 19:47:17 +0000 (19:47 +0000)
ChangeLog
Documentation/user/basic-notation.itely
Documentation/user/global.itely

index 8201fdf877ba86bd4a959ce0328a8be00d73f8ab..573b6e96ad297459fea2b279c97a4194b1d6022d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-27  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ basic-notation, global: minor changes
+       from mailist.
+
 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
 
        * scm/framework-ps.scm:         
index 7d644e1e0065b6fdbe77c7fb8493b62ce87610a8..1e356ab95045797f4657a0bfa14c36a081655388 100644 (file)
@@ -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.
index 4a164f67cce3a68cde7fa597a7ad13270dc525da..b7a51512213c3dff06cfe4242b6c1a462ef8657e 100644 (file)
@@ -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