From: fred Date: Tue, 26 Mar 2002 22:45:43 +0000 (+0000) Subject: lilypond-1.3.26 X-Git-Tag: release/1.5.59~1889 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6647b222ddbbe484a13d3f342d357e6ab574b28c;p=lilypond.git lilypond-1.3.26 --- diff --git a/Documentation/user/properties.itely b/Documentation/user/properties.itely index 41db30bb48..cfa19c28ff 100644 --- a/Documentation/user/properties.itely +++ b/Documentation/user/properties.itely @@ -589,6 +589,19 @@ r1 r1*3 R1*3\property Score.skipBars=1 r1*3 R1*3 @end mudela @end quotation +@item @code{breakAlignOrder}@indexcode{breakAlignOrder} @propertytype{list of string} + + Defines the order in which prefatory matter (clefs, key signatures) appears, eg. this puts the key signatures after the bar lines: +@example + \property Score.breakAlignOrder = #'( + "Span_bar" + "Breathing_sign" + "Clef_item" + "Staff_bar" + "Key_item" + "Time_signature" + ) +@end example @end table