[EMAIL PROTECTED] writes:
> Clefs:  Drum corp music is apparently (by convention) all treble 
>    clef, even for the baritone and contrabass parts.  For the baritone 
>    part, I have using the G_8 clef, which is treble clef with an 8 
>    underneath it, indicating an octave lower.  I'm happy with that.  
>    What I need for the contrabass clef is a treble clef that sounds as 
>    TWO octaves lower than written, kind of a G_16.  How might I go about 
>    adding such a clef to lilypond and/or denemo?  It don't really care 
>    if the 16 shows up on the paper, but right now, I'm using G_8 for 

Two octaves would be 15; try this (lilypond only, don't know about denemo.):

\score {
        \notes {
        \property Staff.clefGlyph = #"clefs-G"

        % two octaves = 2* 7 steps = 14
        \property Staff.clefOctavation = #-14

        % two octaves = 2 * 8 - 1 = 15
        \property Staff.OctavateEight \override #'text = #"15"
        c8
        }
}

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to