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

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?only_with_tag=lilypond_2_6&tr1=1.3836.2.28&tr2=1.3836.2.29&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/define-markup-commands.scm.diff?only_with_tag=lilypond_2_6&tr1=1.93.2.1&tr2=1.93.2.2&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3836.2.28 lilypond/ChangeLog:1.3836.2.29
--- lilypond/ChangeLog:1.3836.2.28      Thu Aug 25 06:25:51 2005
+++ lilypond/ChangeLog  Thu Aug 25 11:14:52 2005
@@ -1,3 +1,7 @@
+2005-08-25  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+       * scm/define-markup-commands.scm (null): add  null markup.
+
 2005-08-24  Graham Percival  <[EMAIL PROTECTED]>
 
        * ly/bagpipe.ly: Backport.
Index: lilypond/scm/define-markup-commands.scm
diff -u lilypond/scm/define-markup-commands.scm:1.93.2.1 
lilypond/scm/define-markup-commands.scm:1.93.2.2
--- lilypond/scm/define-markup-commands.scm:1.93.2.1    Wed Aug 10 08:18:48 2005
+++ lilypond/scm/define-markup-commands.scm     Thu Aug 25 11:14:53 2005
@@ -19,6 +19,12 @@
   "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


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to