From: Han-Wen Nienhuys Date: Wed, 27 Sep 2006 09:27:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: cvs/HEAD~56 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f7fb0983120d649cb332c5b218af053520584ea0;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index f5970aaf7b..f45a623243 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ +2006-09-26 Pal Benko + + * 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 + * lily/part-combine-iterator.cc: solo1-event -> solo-one-event 2006-09-26 Han-Wen Nienhuys diff --git a/scm/parser-clef.scm b/scm/parser-clef.scm index 66e2c12d45..85d6e6de5f 100644 --- a/scm/parser-clef.scm +++ b/scm/parser-clef.scm @@ -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))))