Menu

#4993 Doc: Please document the alternativeRestores context property, including its default setting

New
nobody
None
Documentation
2016-11-02
2016-11-02
No

On 02/11/16 14:18, holland@hollandhopson.com wrote:

Please document the alternativeRestores context property, including its default setting. The default settings can lead to apparent bar-check failures when there are time signature changes in an \alternative block.
Thanks,
Holland

The default is: alternativeRestores = #'(measurePosition measureLength lastChord)

\version "2.19.49"

music =
\repeat volta 2 {
c1
}
\alternative {
{
\time 3/4
d2. |
\time 4/4
c1 |
}
{ d1 | }
}

<<
\relative c'' \music
\relative c' \music

Discussion


Log in to post a comment.