Node:Break_align_engraver, Next:, Previous:Beam_engraver, Up:Engravers



Break_align_engraver

Align grobs with corresponding break-align-symbols into groups, and order the groups according to breakAlignOrder

Properties (read)


breakAlignOrder (list)
Defines the order in which prefatory matter (clefs, key signatures) appears, eg. this puts the key signatures after the bar lines:
          	\property Score.breakAlignOrder = #'(
          	  span-bar
          	  breathing-sign
          	  clef
          	  staff-bar
          	  key
          	  time-signature
          	)
          
This engraver creates the following grobs: BreakAlignGroup, BreakAlignment and LeftEdge.

Break_align_engraver is part of contexts: Score


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

Report errors to <bug-lilypond@gnu.org>.