gnu-music-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnu-music-discuss digest, Vol 1 #247 - 8 msgs


From: Han-Wen Nienhuys
Subject: Re: Gnu-music-discuss digest, Vol 1 #247 - 8 msgs
Date: Sat, 14 Apr 2001 00:56:28 +0200

address@hidden 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   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]