diff options
author | David Kastrup <dak@gnu.org> | 2013-03-16 12:10:36 +0100 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2013-03-21 07:23:00 +0100 |
commit | 9bba8cec6d52d276f45cd5c9a996fb237e518487 (patch) | |
tree | e7c95b5904510f608327456323ede0ea285698dd /scm | |
parent | f2e629583f8d29395eacb6a43cbe5798dd3616f3 (diff) |
Make \balloonText into post-event, \balloonGrobText into proper event
This is a stopgap measure for getting some consistency into music
function use. The real fix would be to convert \ballonText and
\balloonGrobText to the same kind of interface that \footnote uses.
Indeed, it might be saner to retire the whole AnnotateOutputEvent
folderol and instead just use footnotes without footnote-text.
Diffstat (limited to 'scm')
-rw-r--r-- | scm/define-music-types.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scm/define-music-types.scm b/scm/define-music-types.scm index e7d121b411..d816b269ce 100644 --- a/scm/define-music-types.scm +++ b/scm/define-music-types.scm @@ -39,7 +39,7 @@ Syntax: @var{note}@code{\\x}, where @code{\\x} is a dynamic mark like (AnnotateOutputEvent . ((description . "Print an annotation of an output element.") - (types . (general-music event annotate-output-event)) + (types . (general-music event annotate-output-event post-event)) )) (ApplyContext |