]> git.donarmstrong.com Git - lilypond.git/commitdiff
(null): add null markup.
authorhanwen <hanwen>
Thu, 25 Aug 2005 11:14:53 +0000 (11:14 +0000)
committerhanwen <hanwen>
Thu, 25 Aug 2005 11:14:53 +0000 (11:14 +0000)
ChangeLog
scm/define-markup-commands.scm

index 43a899f55a472a540bed31ef78f3b54c098e3bd7..da9a67e11a5ce470dd8f48d8fd435f22349167d9 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-24  Graham Percival  <gpermus@gmail.com>
 
        * ly/bagpipe.ly: Backport.
index 1bbe8d14ccba32269f38554b27d96faafeedcb2f..2b5d93e2b95eaaada85b42911efca228e209c7f8 100644 (file)
   "Stencil as markup"
   stil)
 
+
+(def-markup-command (null layout props) ()
+  "An empty markup with extents of a single point"
+
+  point-stencil)
+
 (def-markup-command (draw-circle layout props radius thickness fill)
   (number? number? boolean?)
   "A circle of radius @var{radius}, thickness @var{thickness} and