What's wrong with the following --- I want to get the \> and friends
to print above the staff, so it doesn't interfere with the inner
voice, but Voice.dynamicDirection isn't working as I expect it to, it
leaves it between the two staffs, and thus overprints the inner voice:
<
\context Voice = vone {
\stemup
\property Voice.dynamicDirection=\up
[g8(\> c] [bf16 af g \!)f]
f8\< ef4 [ <d16. \!g(> )f32] <af,4\> bf d f(> <g8 bf )ef> \!r8
}
\context Voice = vtwo {
\stemdown
r8 c8[~c bf16 af]
[g bf gf a] [g bf af bf]
}
>
Also, I have the following situation with stemming:
$bass_intro = \notes\relative c,{
\clef bass;
<ef4 ef'> <a, a'> <bf2 bf'> |
}
$bass_verse1 = \notes\relative c, {
<ef2 ef'> <d d'> |
<ef4 ef'> af bf ef, |
etc.
The first measure (bass_intro) is typeset correctly. When the second
measure (bass_verse1) starts, the first octave is set with two stems,
the ef' has a downard pointing stem, the lower ef has an upward
pointing stem. The very next octave, and all following octaves, are
typeset properly. bass_verse1 is later repeated, without the intro,
and the same thing occurs.
Thanks again for all your help,
sdb