lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

petrucci-f3 clef


From: Pal Benko
Subject: petrucci-f3 clef
Date: Wed, 27 Sep 2006 05:08:36 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

2006-09-26  Pal Benko  <address@hidden>

       * 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))))






reply via email to

[Prev in Thread] Current Thread [Next in Thread]