Next: , Previous: BreakAlignGroup, Up: All layout objects


3.1.22 BreakAlignment

BreakAlignment objects are created by: Break_align_engraver.

Standard settings:

non-musical (boolean):
#t

True if the grob belongs to a NonMusicalPaperColumn.

stacking-dir (direction):
1

Stack objects in which direction?

X-extent (pair of numbers):
ly:axis-group-interface::width

Hard coded extent in X direction.

break-align-orders (vector):
#((left-edge ambitus breathing-sign clef staff-bar key-cancellation key-signature time-signature custos) (left-edge ambitus breathing-sign clef staff-bar key-cancellation key-signature staff time-signature custos) (left-edge ambitus breathing-sign clef key-cancellation key-signature staff-bar time-signature custos))

Defines the order in which prefatory matter (clefs, key signatures) appears. The format is a vector of length 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

               \override Score.BreakAlignment #'break-align-orders =
                 #(make-vector 3 '(span-bar
                                   breathing-sign
                                   staff-bar
                                   key
                                   clef
                                   time-signature))

axes (list):
'(0)

List of axis numbers. In the case of alignment grobs, this should contain only one number.

This object supports the following interface(s): item-interface, break-alignment-interface, axis-group-interface and grob-interface.

Cette page documente LilyPond-2.11.58 (branche de développement).

Rapportez toute anomalie en français à lilypond-user-fr@gnu.org ou en anglais à http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs

Vos suggestions à propos de la documentation sont les bienvenues.