]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/parser-clef.scm
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / scm / parser-clef.scm
index 0095d29e81c08a652a0dbccadf225c6ae8976ccb..66e2c12d45b26788db60f005624143c8a9503c48 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 2004--2006 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 
 ;; (name . (glyph clef-position octavation))
@@ -60,8 +60,6 @@
     ("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))))