]> git.donarmstrong.com Git - lilypond.git/commit
* scm/define-grobs.scm (all-grob-descriptions): remove
authorhanwen <hanwen>
Sun, 25 Jan 2004 14:34:36 +0000 (14:34 +0000)
committerhanwen <hanwen>
Sun, 25 Jan 2004 14:34:36 +0000 (14:34 +0000)
commit3ae6872d0d0816f5dc535c6b8fb11adfbc49abb2
tree0245eb3d4a7c24ff900f515c34aacc5ce0c8c45a
parentca51fcd8923e5cfb1c211628dd4083cf6af00b4f
* scm/define-grobs.scm (all-grob-descriptions): remove
enclose-bounds in OttavaBracket and PianoPedalBracket

* scm/new-markup.scm (def-markup-command) new macro, which takes
care of defining the COMMAND-markup and make-COMMAND-markup
procedures, setting markup-signature and keyword-signature object
properties, and pushing the markup command in
markup-function-list.

* scm/new-markup.scm:Little scheme style clean-up: there should be
no parenthese alone on a line; LET* should not be used where LET
is enough. (Nicolas Sceaux)
ChangeLog
Documentation/user/refman.itely
input/mutopia/F.Schubert/morgenlied.ly
input/regression/markup-user.ly [new file with mode: 0644]
scm/define-grobs.scm
scm/music-functions.scm
scm/new-markup.scm