The tenor (voice) clef currently defined in the presets is a treble clef two 
octaves down, which gives to the tenor singer a lower range than the bass 
clef used by the bass singer.
The tenor (voice) clef should be a treble clef, but only one octave down.

Looking closer to the presets configuration file, I see that the tenor (voice) 
was using a "guitar clef" explicitly defined, in a comment, as a "treble clef 
at 15ma basso".
I am not a guitarist but it seems that the guitar clef is only one octave down 
and not two (cf. http://www.zentao.com/guitar/lesson5/theory-1.html ).

Here is a tiny patch, but, please, verify I am not wrong before to apply it.

Yves

Index: src/gui/editors/segment/SegmentPencil.cpp
===================================================================
--- src/gui/editors/segment/SegmentPencil.cpp   (révision 7899)
+++ src/gui/editors/segment/SegmentPencil.cpp   (copie de travail)
@@ -193,7 +193,7 @@
                             (segment->getStartTime()));
             break;
         case GuitarClef:
-            segment->insert(Clef(Clef::Treble, -2).getAsEvent
+            segment->insert(Clef(Clef::Treble, -1).getAsEvent
                             (segment->getStartTime()));
             break;
         case ContrabassClef:
Index: data/presets/presets-editable.conf
===================================================================
--- data/presets/presets-editable.conf  (révision 7899)
+++ data/presets/presets-editable.conf  (copie de travail)
@@ -30,7 +30,7 @@
 #            bass
 #            alto
 #            tenor
-#            guitar            treble clef at 15ma basso
+#            guitar            treble clef at 8vb
 #            xylophone
 #            celesta
 #            oldcelesta

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to