2006-09-26  Pal Benko  <[EMAIL PROTECTED]>

       * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
       (the latter is the same as petrucci-f which is kept for compatibility)

Petrucci uses the exact same drawing for the f3 clef as for f4, just a
line lower
(at least in the Missae Obrecht).

pal



Index: parser-clef.scm
===================================================================
RCS file: /sources/lilypond/lilypond/scm/parser-clef.scm,v
retrieving revision 1.2
diff -u -r1.2 parser-clef.scm
--- parser-clef.scm     6 Jan 2006 09:13:22 -0000       1.2
+++ parser-clef.scm     26 Sep 2006 18:39:15 -0000
@@ -60,6 +60,8 @@
     ("petrucci-c3" . ("clefs.petrucci.c3" 0 0))
     ("petrucci-c4" . ("clefs.petrucci.c4" 2 0))
     ("petrucci-c5" . ("clefs.petrucci.c5" 4 0))
+    ("petrucci-f3" . ("clefs.petrucci.f" 0 0))
+    ("petrucci-f4" . ("clefs.petrucci.f" 2 0))
     ("petrucci-f" . ("clefs.petrucci.f" 2 0))
     ("petrucci-g" . ("clefs.petrucci.g" -2 0))))




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

Reply via email to