Responsible for synchronizing timing information from staves. Normally in Score
. In order to create polyrhythmic music, this engraver should be removed from Score
and placed in Staff
.
Properties (read)
currentBarNumber
(integer)
measurePosition
(moment)
measureLength
(moment)
timing
(boolean)
skipBars
(boolean)
@lilypond[fragment,verbatim,center] r1 r1*3 R1*3 \\property Score.skipBars= ##t r1*3 R1*3 @end lilypond
defaultBarType
(string)
This variable is typically read at Score level, so overriding
Staff.defaultBarType will have no effect.
barAlways
(boolean)
whichBar
(string)
Example:
\property Staff.whichBar = "|:"
This will create a start-repeat bar in this staff only.
If not set explicitly (by property or bar
), this is set
according to values of defaultBarType
, barAlways
,
barNonAuto
and measurePosition
.
Valid values are described in (lilypond-internals)bar-line-interface.
.
automaticBars
(boolean)
bar
keywords. Unlike with the cadenza
keyword, measures are
still counted. Bar generation will resume according to that
count if this property is set to zero.
timeSignatureFraction
(pair of numbers)
Timing_engraver is part of contexts: Score
This page is for LilyPond-2.0.0 (stable-branch).