[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-devel
Subject:    [Patch] backport tab fix to 2.6
From:       Erlend Aasland <erlenda () gmail ! com>
Date:       2005-07-20 14:38:17
Message-ID: ec9a907605072007384a63911a () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi Han-Wen

These two trivial tablature patches are in 2.7, but they should definately 
be applied to 2.6 too. The patches contain small adjustments to the tab 
notehead stem attachment function and tab notehead font size.


Regards
Erlend Aasland

[Attachment #5 (text/html)]

Hi Han-Wen<br>
<br>
These two trivial tablature patches are in 2.7, but they should
definately be applied to 2.6 too. The patches contain small adjustments
to the tab notehead stem attachment function and tab notehead font size.<br=
>
<br>
<br>
Regards<br>
&nbsp; Erlend Aasland<br>

["stem.patch" (application/octet-stream)]

diff -urN lilypond/scm/output-lib.scm lilypond/scm/output-lib.scm
--- lilypond/scm/output-lib.scm	2005-07-11 04:05:09.000000000 +0200
+++ lilypond/scm/output-lib.scm	2005-07-11 04:35:45.000000000 +0200
@@ -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

["tab-font-size.patch" (application/octet-stream)]

diff -urN lilypond/scm/define-grobs.scm lilypond/scm/define-grobs.scm
--- lilypond/scm/define-grobs.scm	2005-07-10 13:25:24.000000000 +0200
+++ lilypond/scm/define-grobs.scm	2005-07-12 02:27:45.000000000 +0200
@@ -1238,6 +1238,7 @@
 	(Y-offset-callbacks . (,Staff_symbol_referencer::callback))
 	(stem-attachment-function . ,tablature-stem-attachment-function)
 	(font-series . bold)
+	(font-size . -2)
 	(meta . ((interfaces
 		  . (rhythmic-head-interface
 		     font-interface 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic