Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(11)

Unified Diff: Documentation/notation/spacing.itely

Issue 544990043: NR: add many index entries for snippets
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Documentation/notation/simultaneous.itely ('k') | Documentation/notation/staff.itely » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/notation/spacing.itely
diff --git a/Documentation/notation/spacing.itely b/Documentation/notation/spacing.itely
index 07a810d1ce94b745ca5dc6a19689ff0c5a566d7b..68efec942988d31b2b9bb6df9aeca89faf4d3a98 100644
--- a/Documentation/notation/spacing.itely
+++ b/Documentation/notation/spacing.itely
@@ -1539,11 +1539,17 @@ broken every 4 measures, and only there:
@code{\autoLineBreaksOn}.
@endpredefined
+
@snippets
+@cindex voice, extra, for handling breaks
+@cindex extra voice for handling breaks
+@cindex page break, managing with extra voice
+@cindex line break, managing with extra voice
@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
{using-an-extra-voice-for-breaks.ly}
+
@seealso
Notation Reference:
@ref{paper variables for line breaking}
@@ -2979,6 +2985,11 @@ Internals Reference:
@node Changing horizontal spacing
@subsection Changing horizontal spacing
+@menu
+* Uniform stretching of tuplets::
+* Strict note spacing::
+@end menu
+
Horizontal spacing may be altered with the
@code{base-shortest-duration} property. Here
we compare the same music; once without altering
@@ -3017,7 +3028,8 @@ than @code{1 16}.
@end lilypond
-@snippets
+@node Uniform stretching of tuplets
+@unnumberedsubsubsec Uniform stretching of tuplets
By default, spacing in tuplets depends on various non-duration
factors (such as accidentals, clef changes, etc). To disregard
@@ -3028,10 +3040,10 @@ property can only be changed at the beginning of a score,
@lilypond[quote,ragged-right,verbatim]
\score {
<<
- \new Staff {
+ \new Staff \relative c' {
\tuplet 5/4 { c8 c c c c } c8 c c c
}
- \new Staff {
+ \new Staff \relative c' {
c8 c c c \tuplet 5/4 { c8 c c c c }
}
>>
@@ -3044,6 +3056,10 @@ property can only be changed at the beginning of a score,
}
@end lilypond
+
+@node Strict note spacing
+@unnumberedsubsubsec Strict note spacing
+
When @code{strict-note-spacing} is set, notes are spaced without
regard for clefs, bar lines, and grace notes,
« no previous file with comments | « Documentation/notation/simultaneous.itely ('k') | Documentation/notation/staff.itely » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b