]> git.donarmstrong.com Git - lilypond.git/commit
Use a `define-builtin-markup-command' macro for builtin markups, which
authorNicolas Sceaux <nicolas.sceaux@free.fr>
Tue, 26 Dec 2006 10:35:03 +0000 (11:35 +0100)
committerNicolas Sceaux <nicolas.sceaux@free.fr>
Tue, 26 Dec 2006 10:35:03 +0000 (11:35 +0100)
commit78f563e58de2de28fd17067fd434a42cb9f055a5
treee6207842028caa680915377e1be7e9d0c4646ca7
parent16fc432495c2347a4caddbf7dae35ccfcd56d6db
Use a `define-builtin-markup-command' macro for builtin markups, which
behaves as the original `defin-markup-command' macro, that is defines
the commands in the current module -- (lily) in that case.
In ly/markup-init.ly, define a `define-markup-command' macro for user
markup commands, which defines the commands in the ly toplevel module.
ly/declarations-init.ly
ly/markup-init.ly [new file with mode: 0644]
scm/define-markup-commands.scm
scm/fret-diagrams.scm
scm/markup.scm