]> git.donarmstrong.com Git - lilypond.git/commitdiff
(null): add null markup.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 25 Aug 2005 11:15:35 +0000 (11:15 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 25 Aug 2005 11:15:35 +0000 (11:15 +0000)
ChangeLog
scm/define-markup-commands.scm

index 1156cc144c735958bef654534c56c252dbae3c71..8ef9e7bf4e1d7ce1e00c9e150ab9c0a5c021d3b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-markup-commands.scm (null): add null markup.
+
 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * lily/item.cc: Add documentation of center-invisible
index 6eb6fde1671f414f8d91eec449d8cac569a66252..8bcdd566610ad915cce1d6dea13ecea686bc322a 100644 (file)
@@ -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.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;