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

Unified Diff: Documentation/changes.tely

Issue 577180043: Introduce breakingRehearsalMarks for line-breaking RehearsalMarks
Patch Set: Created 4 years, 3 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 | « no previous file | Documentation/notation/rhythms.itely » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/changes.tely
diff --git a/Documentation/changes.tely b/Documentation/changes.tely
index 5b744ff22d46d0a0e1ff1fa6b0decd0b603e6559..def9722eb9020f3ef8db3ad20ccf090186727ce2 100644
--- a/Documentation/changes.tely
+++ b/Documentation/changes.tely
@@ -62,6 +62,30 @@ which scares away people.
@end ignore
+@item
+@code{breakingRehearsalMarks} now provides a conveniant method to set rehearsal
+marks at the end of a line and start of the next line. Each rehearsal mark may
+be tweaked individually.
+@lilypond[verbatim,quote]
+{
+ b1
+ \mark \default
+ b
+ \breakingRehearsalMarks
+ \tweak font-size #-2
+ \tweak self-alignment-X #RIGHT
+ \mark \markup { \musicglyph "scripts.segno" }
+ \tweak self-alignment-X #LEFT
+ \tweak break-align-symbols #'(left-edge)
+ \mark \markup { \musicglyph "scripts.coda" }
+ \break
+ b
+ \mark \default
+ b
+}
+@end lilypond
+
+
@item
Setting @code{suggestAccidentals} to @code{'cautionary} turns only
cautionary accidentals into @code{AccidentalSuggestion}s. This can be
« no previous file with comments | « no previous file | Documentation/notation/rhythms.itely » ('j') | no next file with comments »

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