X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fmarkup-macros.scm;h=26390a6bd7e3ddb51675ba3edb5ef789c86e7d7b;hb=8841948d136631e7547cd52665129bdb06f882f8;hp=cccfaccfcba554c5f6f4d207ffd69bc0ec7a70a1;hpb=f41963f0b6135c02c363f8401628e85b9bc60def;p=lilypond.git diff --git a/scm/markup-macros.scm b/scm/markup-macros.scm index cccfaccfcb..26390a6bd7 100644 --- a/scm/markup-macros.scm +++ b/scm/markup-macros.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2003--2010 Han-Wen Nienhuys +;;;; Copyright (C) 2003--2012 Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -344,11 +344,6 @@ against SIGNATURE, reporting MAKE-NAME as the user-invoked function. (use-modules (ice-9 receive)) -(defmacro*-public markup* (#:rest body) - "Same as `markup', for use in a \\notes block." - `(ly:export (markup ,@body))) - - (define (compile-all-markup-expressions expr) "Return a list of canonical markups expressions, e.g.: (#:COMMAND1 arg11 arg12 #:COMMAND2 arg21 arg22 arg23)