[Top][All Lists]
[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
- Re: wrong transposition of horn, (continued)
Re: wrong transposition of horn, D Josiah Boothby, 2004/09/25
- Re: wrong transposition of horn, Werner LEMBERG, 2004/09/25
- Re: wrong transposition of horn, Han-Wen Nienhuys, 2004/09/25
- Re: wrong transposition of horn, Werner LEMBERG, 2004/09/25
- Re: wrong transposition of horn, Erik Sandberg, 2004/09/25
- Re: wrong transposition of horn, Werner LEMBERG, 2004/09/27
- Re: wrong transposition of horn, D Josiah Boothby, 2004/09/25
- Re: wrong transposition of horn, Werner LEMBERG, 2004/09/25
- Re: wrong transposition of horn,
Han-Wen Nienhuys <=
- Re: wrong transposition of horn, Werner LEMBERG, 2004/09/26
- Re: wrong transposition of horn, Josiah Boothby, 2004/09/26
- Re: wrong transposition of horn, Han-Wen Nienhuys, 2004/09/26
Re: wrong transposition of horn, Han-Wen Nienhuys, 2004/09/26
Re: wrong transposition of horn, Erik Sandberg, 2004/09/26
Re: wrong transposition of horn, Werner LEMBERG, 2004/09/26