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
.
This engraver adds the alias Timing
to its containing context.
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)
whichBar
for information on available bar types.
This variable is read by Timing_engraver at
Score level.
barAlways
(boolean)
whichBar
(string)
Example:
\set Staff.whichBar = "|:"
This will create a start-repeat bar in this staff only.
Valid values are described in bar-line-interface.
automaticBars
(boolean)
\bar
command. Unlike the \cadenza
keyword, measures
are still counted. Bar generation will resume according to that count
if this property is unset.
timeSignatureFraction
(pair of numbers)
#'(4 . 4)
is a 4/4 time signature.
Timing_engraver
is part of contexts: Score
Read comments on this page, or
add one.
This page is for LilyPond-2.2.0 (stable-branch). |