+2006-01-14 Graham Percival <gpermus@gmail.com>
+
+ * 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 <hanwen@xs4all.nl>
* stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
@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}.
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
@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
@example
\header@{
breakbefore = ##t
+ piece = ""
@}
@end example
@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
@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
* 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