On Tue, 15 Nov 2005, Juergen Reuter wrote:


I think the following does *almost* what you want (only almost, because you get harmonic note heads instead of quarter note heads):

...
 \override Staff.NoteHead #'style = #'harmonic
...

With attached patch, you can say

  \override Staff.NoteHead #'style = #'default2

and it will do want you want.

Should I apply this patch (Han-Wen/Jan?)?

Greetings,
Juergen
Index: output-lib.scm
===================================================================
RCS file: /cvsroot/lilypond/lilypond/scm/output-lib.scm,v
retrieving revision 1.91
diff -u -r1.91 output-lib.scm
--- output-lib.scm      12 Nov 2005 14:20:03 -0000      1.91
+++ output-lib.scm      15 Nov 2005 19:52:45 -0000
@@ -147,6 +147,10 @@
        (if (< log -1)
           (string-append (number->string log) "neomensural")
           (number->string log)))
+      ((default-1) "-1")
+      ((default0) "0")
+      ((default1) "1")
+      ((default2) "2")
       (else
        (if (string-match "vaticana*|hufnagel*|medicaea*" (symbol->string 
style))
           (symbol->string style)
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to