]> git.donarmstrong.com Git - lilypond.git/commit
Allow property and grob paths to be constructed from strings
authorDavid Kastrup <dak@gnu.org>
Mon, 8 Oct 2012 15:52:36 +0000 (17:52 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 25 Oct 2012 18:29:26 +0000 (20:29 +0200)
commit864ce06c432a62191773b0d59401348c9b51568c
tree8534163374466e294a8cd2354d28333439ab036a
parent14dc63a398d045f764fb6148e264b58c93bd2ab4
Allow property and grob paths to be constructed from strings

This allows use of either
\override Accidental color = #red
or
\override Accidental.color = #red
(in addition to existing forms), both for context modifications or for
property overrides in music, the latter with optional leading context
spec defaulting to Bottom. .  The same holds for reverts.
lily/parser.yy