bug-lilypond
[Top][All Lists]
Advanced

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

Re: wrong transposition of horn


From: Han-Wen Nienhuys
Subject: Re: wrong transposition of horn
Date: Sun, 26 Sep 2004 01:30:25 +0200

address@hidden writes:
> 
>   \notated = \relative c' { \clef treble g1 | \clef bass c,,1 }
> 
> but it sounds like this:
> 
>   \sounding = \relative c { \clef bass c1 | f,1 }
> 
> What I want is that a new property is added:
> 
>   \set Voice.transposeClefs = #'(treble . 0    % as-is, default
>                                  bass   . -7)  % octave down
>   \transpose f c' \sounding
> 
> This should then yield the same result as \notated.

The amount of tuning that is possible with clefs is already over the
top: you can set octavation by appending _8 or ^8, you can edit
scm/clef.scm and add "oldbassclef" clef types, and you can define a

        oldClef = {
                \set Staff.clefGlyph = #"clefs-F"
                \set Staff.clefPosition = #2
                \set Staff.middleCPosition = #-1
        }

why would I want to add another layer?  If possible I can add another
option to clef.scm to suppress printing of the 8 on the clef.


-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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