Reviewers: ,
Message:
Please review
Description:
Clearify use of break-align-orders in NR A.17 Layout properties
Issue 3939
It should be sufficient to refer to
'Separating key cancellations from key signature changes' from
Documentation/snippets to show how to get different settings for
end-of-line,
middle of line, and start-of-line
Please review this at https://codereview.appspot.com/96650050/
Affected files (+7, -2 lines):
M scm/define-grob-properties.scm
Index: scm/define-grob-properties.scm
diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm
index
de05ace923e7f933e1c9cc59b6aa3b3797227446..5bddf26f979ed150804537257fdd4953c92fad68
100644
--- a/scm/define-grob-properties.scm
+++ b/scm/define-grob-properties.scm
@@ -138,7 +138,7 @@ vector of length@tie{}3, where each element is one
order for
end-of-line, middle of line, and start-of-line, respectively. An
order is a list of symbols.
-For example, clefs are put after key signatures by setting
+For example, clefs are always put after key signatures by setting
@example
\\override Score.BreakAlignment #'break-align-orders =
@@ -148,7 +148,12 @@ For example, clefs are put after key signatures by
setting
key
clef
time-signature))
-@end example")
+@end example
+
+For an example to get different orders for end-of-line, middle of line,
+and start-of-line,
+see `separating-key-cancellations-from-key-signature-changes.ly' in
+@rlsr{Pitches}")
(break-align-symbol ,symbol? "This key is used for aligning and
spacing breakable items.")
(break-align-symbols ,list? "A list of symbols that determine
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel