]> git.donarmstrong.com Git - lilypond.git/commit - scm/music-functions.scm
Support properties on articulations.
authorDevon Schudy <dschudy@gmail.com>
Sun, 24 Nov 2013 03:39:50 +0000 (22:39 -0500)
committerJanek Warchoł <lemniskata.bernoullego@gmail.com>
Thu, 5 Dec 2013 21:02:45 +0000 (22:02 +0100)
commit6baa453873c5b86c82e81e9787e18eadcbbddf69
tree32848e00a4b78e692cca18f02c2e5994cd8e7f34
parentfc455c4192d5c688a5728947c79a68e99b4de553
Support properties on articulations.

Shorthand articulations like -. can now be ArticulationEvents, not just
articulation names. Previously a shorthand created a new ArticulationEvent
with its name, so there was no way to give it properties. Now it can be (and
is, by default) an ArticulationEvent.

Note that redefining a shorthand to a string (e.g. dashDot = "staccatissimo")
still creates propertyless articulations, regardless of \staccatissimo.
lily/parser.yy
ly/script-init.ly
scm/music-functions.scm