CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/06 18:44:50

Modified files:
        .              : ChangeLog 
        lily           : system-start-delimiter.cc 
        scm            : define-grob-properties.scm define-grobs.scm 

Log message:
        * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
        properties. Add font-interface.
        
        * scm/define-grob-properties.scm (all-user-grob-properties):
        remove old bracket properties.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3724&tr2=1.3725&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/system-start-delimiter.cc.diff?tr1=1.99&tr2=1.100&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/define-grob-properties.scm.diff?tr1=1.100&tr2=1.101&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/define-grobs.scm.diff?tr1=1.204&tr2=1.205&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3724 lilypond/ChangeLog:1.3725
--- lilypond/ChangeLog:1.3724   Mon Jun  6 16:29:19 2005
+++ lilypond/ChangeLog  Mon Jun  6 18:44:50 2005
@@ -1,5 +1,11 @@
 2005-06-06  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
+       properties. Add font-interface. 
+
+       * scm/define-grob-properties.scm (all-user-grob-properties):
+       remove old bracket properties.
+
        * scm/x11-color.scm: reformat. 
 
        * lily/ledger-line-engraver.cc (acknowledge_grob): create new
Index: lilypond/lily/system-start-delimiter.cc
diff -u lilypond/lily/system-start-delimiter.cc:1.99 
lilypond/lily/system-start-delimiter.cc:1.100
--- lilypond/lily/system-start-delimiter.cc:1.99        Sat May 28 13:43:24 2005
+++ lilypond/lily/system-start-delimiter.cc     Mon Jun  6 18:44:50 2005
@@ -192,4 +192,4 @@
               "The brace, bracket or bar in front of the system. "
               "It is implemented as a spanner.",
               "collapse-height thickness "
-              "arch-height arch-angle arch-thick arch-width bracket-thick 
glyph");
+              "glyph");
Index: lilypond/scm/define-grob-properties.scm
diff -u lilypond/scm/define-grob-properties.scm:1.100 
lilypond/scm/define-grob-properties.scm:1.101
--- lilypond/scm/define-grob-properties.scm:1.100       Mon Apr 18 12:06:36 2005
+++ lilypond/scm/define-grob-properties.scm     Mon Jun  6 18:44:50 2005
@@ -40,10 +40,6 @@
     
      (align-dir ,ly:dir? "Which side to align? @code{-1}: left side,
 @code{0}: around center of width, @code{1}: right side.")
-     (arch-angle ,number? "Turning angle of the hook of a system brace" )
-     (arch-height ,ly:dimension? "Height of the hook of a system brace.")
-     (arch-thick ,number? "Thickness of the hook of system brace.")
-     (arch-width ,ly:dimension? "Width of the hook of a system brace.")
      (arpeggio-direction ,ly:dir? "If set, put an
 arrow on the arpeggio squiggly line.")
   
@@ -94,7 +90,6 @@
      (bracket-flare ,number-pair? "A pair of numbers specifying how
 much edges of brackets should slant outward.  Value 0.0 means straight
 edges")
-     (bracket-thick ,number? "width of a system start bracket.")
      (break-align-symbol ,symbol? "This key is used for aligning and
 spacing breakable items.")
      (break-align-orders ,vector? " Defines the order in which
Index: lilypond/scm/define-grobs.scm
diff -u lilypond/scm/define-grobs.scm:1.204 lilypond/scm/define-grobs.scm:1.205
--- lilypond/scm/define-grobs.scm:1.204 Thu Jun  2 11:35:53 2005
+++ lilypond/scm/define-grobs.scm       Mon Jun  6 18:44:50 2005
@@ -942,8 +942,7 @@
                               ,Rest::polyphonic_offset_callback
                               ))
        (minimum-distance . 0.25)
-       (meta . (
-                (interfaces . (font-interface
+       (meta . ((interfaces . (font-interface
                                rhythmic-head-interface
                                rhythmic-grob-interface
                                staff-symbol-referencer-interface
@@ -1202,13 +1201,10 @@
        (X-offset-callbacks . (,(lambda (g a) -0.8)))
        (print-function . ,System_start_delimiter::print)
        (glyph . "bracket")
-       (arch-height . 1.5)
-       (arch-angle . 50.0)
-       (arch-thick . 0.25)
-       (arch-width . 1.5)
        (collapse-height . 1)
        (thickness . 0.45)
-       (meta . ((interfaces . (system-start-delimiter-interface 
spanner-interface))))
+       (meta . ((interfaces . (font-interface system-start-delimiter-interface
+                                              spanner-interface))))
        ))
 
     (SystemStartBar


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

Reply via email to