]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4500: Support chaining \tweak variant of overrides
authorDavid Kastrup <dak@gnu.org>
Sat, 11 Jul 2015 11:13:34 +0000 (13:13 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 21 Jul 2015 06:25:03 +0000 (08:25 +0200)
commit11a9e5701316d46d34993fadb85482282c9753cc
treee79507e9c9523da2bd61b3325c3e0b3bed95e76b
parent29014c76529166d5eadb4bad4f602d881a25a6a5
Issue 4500: Support chaining \tweak variant of overrides

Something like

{ \once \tweak color #red \tweak font-size 2 NoteHead
  <c' e'>2 c'2
}

previously failed to result in having both tweaks register.
input/regression/tweaks-as-overrides.ly [new file with mode: 0644]
ly/music-functions-init.ly