[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < mark-interface ] | [ Up : Graphical Object Interfaces ] | [ measure-grouping-interface > ] |
3.2.68 measure-counter-interface
A counter for numbering measures.
User settable properties:
count-from
(integer)The first measure in a measure count receives this number. The following measures are numbered in increments from this initial value.
spacing-pair
(pair)A pair of alignment symbols which set an object’s spacing relative to its left and right
BreakAlignment
s.For example, a
MultiMeasureRest
will ignore prefatory items at its bounds (i.e., clefs, key signatures and time signatures) using the following override:\override MultiMeasureRest #'spacing-pair = #'(staff-bar . staff-bar)
Internal properties:
columns
(array of grobs)An array of grobs, typically containing
PaperColumn
orNoteColumn
objects.
This grob interface is used in the following graphical object(s): MeasureCounter.
[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < mark-interface ] | [ Up : Graphical Object Interfaces ] | [ measure-grouping-interface > ] |