CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/07/11 09:48:42

Modified files:
        .              : ChangeLog 
        scm            : output-lib.scm 

Log message:
        (tablature-stem-attachment-function):
        tablature stem attachment fix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3861&tr2=1.3862&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/output-lib.scm.diff?tr1=1.81&tr2=1.82&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3861 lilypond/ChangeLog:1.3862
--- lilypond/ChangeLog:1.3861   Sun Jul 10 12:10:22 2005
+++ lilypond/ChangeLog  Mon Jul 11 09:48:40 2005
@@ -1,3 +1,8 @@
+2005-07-11  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+       * scm/output-lib.scm (tablature-stem-attachment-function):
+       tablature stem attachment fix. 
+
 2005-07-10  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * lily/bezier.cc: hardcode binomial coefficients of order 3.
Index: lilypond/scm/output-lib.scm
diff -u lilypond/scm/output-lib.scm:1.81 lilypond/scm/output-lib.scm:1.82
--- lilypond/scm/output-lib.scm:1.81    Fri Jul  8 17:53:41 2005
+++ lilypond/scm/output-lib.scm Mon Jul 11 09:48:42 2005
@@ -10,7 +10,7 @@
 
 ;; The TabNoteHead stem attachment function.
 (define (tablature-stem-attachment-function style duration)
-  (cons 0.0 0.5))
+  (cons 0.0 1.35))
 
 ;; The TabNoteHead tablatureFormat callback.
 ;; Compute the text grob-property


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

Reply via email to