CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/08/25 11:15:35

Modified files:
        .              : ChangeLog 
        scm            : define-markup-commands.scm 

Log message:
        (null): add null markup.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4080&tr2=1.4081&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/define-markup-commands.scm.diff?tr1=1.111&tr2=1.112&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4080 lilypond/ChangeLog:1.4081
--- lilypond/ChangeLog:1.4080   Thu Aug 25 07:00:04 2005
+++ lilypond/ChangeLog  Thu Aug 25 11:15:34 2005
@@ -1,3 +1,7 @@
+2005-08-25  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+       * scm/define-markup-commands.scm (null): add null markup.
+
 2005-08-25  Mats Bengtsson  <[EMAIL PROTECTED]>
 
        * lily/item.cc: Add documentation of center-invisible
Index: lilypond/scm/define-markup-commands.scm
diff -u lilypond/scm/define-markup-commands.scm:1.111 
lilypond/scm/define-markup-commands.scm:1.112
--- lilypond/scm/define-markup-commands.scm:1.111       Wed Aug 24 10:37:47 2005
+++ lilypond/scm/define-markup-commands.scm     Thu Aug 25 11:15:35 2005
@@ -272,6 +272,11 @@
          (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.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to