From 6647b222ddbbe484a13d3f342d357e6ab574b28c Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:45:43 +0000 Subject: [PATCH] lilypond-1.3.26 --- Documentation/user/properties.itely | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.39.5