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


BreakAlignment

BreakAlignment objects are created by: Break_align_engraver

Standard settings:

non-musical (boolean):
#t

True if the grob belongs in 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 interfaces: item-interface, break-alignment-interface, axis-group-interface and grob-interface


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

This page is for LilyPond-2.10.33 (stable-branch).

Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.