]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 27 Sep 2006 09:27:50 +0000 (09:27 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 27 Sep 2006 09:27:50 +0000 (09:27 +0000)
ChangeLog
scm/parser-clef.scm

index f5970aaf7b4a9bb78169877aae4a875852e03557..f45a6232436185d7b96aab58e309fd5f947d0f6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
+2006-09-26  Pal Benko  <benko.pal@gmail.com>
+
+       * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
+       (the latter is the same as petrucci-f which is kept for compatibility)
+
 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
+       
        * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
 
 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
index 66e2c12d45b26788db60f005624143c8a9503c48..85d6e6de5f7aec06674c4cb2c1b47ad6662a3e9c 100644 (file)
@@ -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))))