From 20dfc6534ec52c30a87924387386af988f95786a Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 25 Aug 2005 11:15:35 +0000 Subject: [PATCH] (null): add null markup. --- ChangeLog | 4 ++++ scm/define-markup-commands.scm | 5 +++++ 2 files changed, 9 insertions(+) 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. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- 2.39.5