From: Han-Wen Nienhuys Date: Thu, 25 Aug 2005 11:15:35 +0000 (+0000) Subject: (null): add null markup. X-Git-Tag: release/2.7.8~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=20dfc6534ec52c30a87924387386af988f95786a;p=lilypond.git (null): add null markup. --- diff --git a/ChangeLog b/ChangeLog index 1156cc144c..8ef9e7bf4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-25 Han-Wen Nienhuys + + * scm/define-markup-commands.scm (null): add null markup. + 2005-08-25 Mats Bengtsson * lily/item.cc: Add documentation of center-invisible diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 6eb6fde167..8bcdd56661 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -272,6 +272,11 @@ gsave /ecrm10 findfont (ly:warning (_"no systems found in \\score markup, does it have a \\layout block?")) empty-stencil)))) +(def-markup-command (null layout props) () + "An empty markup with extents of a single point" + + point-stencil) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; basic formatting. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;