Node:Repeat_acknowledge_engraver, Next:, Previous:Pitch_squash_engraver, Up:Engravers



Repeat_acknowledge_engraver

Acknowledge repeated music, and convert the contents of repeatCommands ainto an appropriate setting for whichBar.

Properties (read)


whichBar (string)
This property is read to determine what type of barline to create.

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.

.

repeatCommands (list)
This property is read to find any command of the form (volta . X), where X is a string or #f

Repeat_acknowledge_engraver is part of contexts: Score


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

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