| [ << Translation ] | [Top][Contents][Index] | [ Backend >> ] |
| [ < Pure_from_neighbor_engraver ] | [ Up : Engravers and Performers ] | [ Repeat_tie_engraver > ] |
2.2.107 Repeat_acknowledge_engraver
This translator chooses a bar line based on repeatCommands and a variety
of events pertaining to the structure of the piece. It sets whichBar to
the chosen bar line if it has not been set by the user.
Music types accepted:
ad-hoc-jump-event, coda-mark-event, dal-segno-event, fine-event, section-event, segno-mark-event and volta-span-event
Properties (read)
doubleRepeatBarType(string)Value for
whichBarwhere the end of one\repeat voltacoincides with the start of another. The default is ‘:..:’.doubleRepeatSegnoBarType(string)Value for
whichBarwhere an in-staff segno coincides with the end of one\repeat voltaand the beginning of another. The default is ‘:|.S.|:’.endRepeatBarType(string)Value for
whichBarat the end of a\repeat volta. The default is ‘:|.’.endRepeatSegnoBarType(string)Value for
whichBarwhere an in-staff segno coincides with the end of a\repeat volta. The default is ‘:|.S’.fineBarType(string)Value for
whichBarat\fine. Where there is also a repeat bar line, the repeat bar line takes precedence and this value is appended to it as an annotation. The default is ‘|.’.fineSegnoBarType(string)Value for
whichBarwhere an in-staff segno coincides with\fine. The default is ‘|.S’.fineStartRepeatSegnoBarType(string)Value for
whichBarwhere an in-staff segno coincides with\fineand the start of a\repeat volta. The default is ‘|.S.|:’.measureBarType(string)Value for
whichBarat a measure boundary.repeatCommands(list)This property is a list of commands of the form
(list 'volta x), where x is a string or#f.'end-repeatis also accepted as a command.sectionBarType(string)Value for
whichBarat\section. Where there is also a repeat bar line, the repeat bar line takes precedence and this value is appended to it as an annotation. The default is ‘||’.segnoBarType(string)Value for
whichBarat an in-staff segno. The default is ‘S’.segnoStyle(symbol)A symbol that indicates how to print a segno:
bar-lineormark.startRepeatBarType(string)Value for
whichBarat the start of a\repeat volta. The default is ‘.|:’.startRepeatSegnoBarType(string)Value for
whichBarwhere an in-staff segno coincides with the start of a\repeat volta. The default is ‘S.|:’.underlyingRepeatBarType(string)Value for
whichBarat points of repetition or departure where no bar line would normally appear, for example at the end of a system broken in mid measure where the next system begins with a segno. Where there is also a repeat bar line, the repeat bar line takes precedence and this value is appended to it as an annotation. The default is ‘||’.whichBar(string)The current bar line type, or
'()if there is no bar line. Setting this explicitly in user code is deprecated. Use\baror related commands to set it.
Properties (write)
whichBar(string)The current bar line type, or
'()if there is no bar line. Setting this explicitly in user code is deprecated. Use\baror related commands to set it.
Repeat_acknowledge_engraver is part of the following context(s) in \layout: Score.
| [ << Translation ] | [Top][Contents][Index] | [ Backend >> ] |
| [ < Pure_from_neighbor_engraver ] | [ Up : Engravers and Performers ] | [ Repeat_tie_engraver > ] |