From 2f0fdacb9b7dc7e0ba70d65c7f86f028e421407d Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Wed, 27 May 2009 22:44:41 -0700 Subject: [PATCH] List choices in break-align-symbols docstring. --- scm/define-grob-properties.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 2816cb6fa8..f95b1d20d3 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -119,7 +119,10 @@ spacing breakable items.") (break-align-symbols ,list? "A list of symbols that determine which break-aligned grobs to align this to. If the grob selected by the first symbol in the list is invisible due to break-visibility, we -will align to the next grob (and so on).") +will align to the next grob (and so on). Choices are @code{left-edge}, +@code{ambitus}, @code{breathing-sign}, @code{clef}, @code{staff-bar}, +@code{key-cancellation}, @code{key-signature}, @code{time-signature}, +and @code{custos}.") (break-align-orders ,vector? "Defines the order in which prefatory matter (clefs, key signatures) appears. The format is a vector of length@tie{}3, where each element is one order for -- 2.39.5