From: Graham Percival Date: Sun, 15 Jan 2006 01:10:41 +0000 (+0000) Subject: Small fixes (bugs and commonprop) X-Git-Tag: release/2.7.28~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0f787cbd1672ce19ba35b3e841e120df10853baf;p=lilypond.git Small fixes (bugs and commonprop) --- diff --git a/ChangeLog b/ChangeLog index bc0a39dc10..887ea91e57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-14 Graham Percival + + * Documentation/user/ basic-notation.itely, global.itely, + advanced-notation.itely, instrument-notation.itely: small + additions (bugs and commonly tweaked properties). + 2006-01-13 Han-Wen Nienhuys * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 530bbdee5e..7a0813d0d9 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -75,6 +75,15 @@ The @code{\markup} is described in more detail in @code{\emptyText}. +@commonprop + +Checking to make sure that text scripts and lyrics are within the margins is a relatively large computational task. To speed up processing, lilypond does not perform such calculations by default; to enable it, use + +@example +\override Score.PaperColumn #'keep-inside-line = ##t +@end example + + @seealso In this manual: @ref{Text markup}. diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index a4e961ad7c..473c2b0e5f 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -438,9 +438,9 @@ typing @code{\times} only once, thus saving lots of typing. In the next example, there are two triplets shown, while @code{\times} was only used once -@lilypond[quote,fragment,relative=1,raggedright,verbatim] +@lilypond[quote,fragment,relative=2,raggedright,verbatim] \set tupletSpannerDuration = #(ly:make-moment 1 4) -\times 2/3 { c'8 c c c c c } +\times 2/3 { c8 c c c c c } @end lilypond The format of the number is determined by the property @@ -449,8 +449,13 @@ denominator, but if it is set to the Scheme function @code{fraction-tuplet-formatter}, @var{num}:@var{den} will be printed instead. +To avoid printing tuplet numbers, use - +@lilypond[quote,fragment,relative=2,raggedright,verbatim] +\times 2/3 { c8 c c } \times 2/3 { c8 c c } +\override TupletNumber #'transparent = ##t +\times 2/3 { c8 c c } \times 2/3 { c8 c c } +@end lilypond @seealso diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 74eee9c61a..5735fbb03c 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -886,6 +886,7 @@ piece in several movements), use @code{breakbefore} in the header. @example \header@{ breakbefore = ##t + piece = "" @} @end example @@ -897,6 +898,12 @@ piece in several movements), use @code{breakbefore} in the header. @code{\noPageBreak} +@bugs + +The @code{breakbefore=##t} header requires that there is a @code{piece} header as well. It may be used as a normal header, or left blank (@code{=""}) as in the example above, but it must be present. + + + @node Multiple movements @subsection Multiple movements @@ -1186,6 +1193,11 @@ composer flush right on a single line. @end verbatim +@bugs + +The @code{breakbefore=##t} header requires that there is a @code{piece} header as well. It may be used as a normal header, or left blank (@code{=""}) as in the example above, but it must be present. + + @node Sound output @section Sound output diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index f33aa41814..d32e080e35 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -709,6 +709,16 @@ for complex vocal music. * Other vocal issues:: @end menu + +@commonprop + +Checking to make sure that text scripts and lyrics are within the margins is a relatively large computational task. To speed up processing, lilypond does not perform such calculations by default; to enable it, use + +@example +\override Score.PaperColumn #'keep-inside-line = ##t +@end example + + @node Setting simple songs @subsection Setting simple songs