]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/properties.itely
release: 1.3.26
[lilypond.git] / Documentation / user / properties.itely
index 41db30bb4837bb07aee91333ecea2eff41333adc..cfa19c28ff84a602f3c673e2bd8b619c02729890 100644 (file)
@@ -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