]> git.donarmstrong.com Git - lilypond.git/commit
Issue 5003 unfoldRepeats can be restricted to certain repeat-types
authorThomas Morley <thomasmorley65@gmail.com>
Thu, 1 Dec 2016 21:38:54 +0000 (22:38 +0100)
committerThomas Morley <thomasmorley65@gmail.com>
Mon, 12 Dec 2016 23:13:31 +0000 (00:13 +0100)
commitece789bf5f661cb8f16b50f87a248dedd6e1d8d5
tree7285db5285eedefe813c1548c4da31868c593ff6
parent0b2733b81b536588f50b95207c158c2b84a8e9a9
Issue 5003 unfoldRepeats can be restricted to certain repeat-types

It now takes an additional, optional argument.
It's a list of symbols representing the repeat-types which should
be unfolded.
Possible settings are percent, tremolo and volta.
The default is an empty list, for which repeated-music is taken,
unfolding all.
A new regtest is added to cover the new feature.
Changes is extended accordingly.

Also correcting two small typos in Documentation/notation/staff.itely
Documentation/changes.tely
Documentation/notation/staff.itely
input/regression/repeat-unfold-partial.ly [new file with mode: 0644]
ly/articulate.ly
ly/music-functions-init.ly
scm/music-functions.scm