On Mon 10 Aug 2026 at 05:43:31 (-0400), Hwaen Ch'uqi wrote:
> In the code below, the note following the staff change from "down" to "up"
> should be F#4. Instead, the result is a D#6. This seems like a clef
> transposition away?
> 
> \version "2.26.0"
> 
>     \score {
>       \new PianoStaff <<
> \set PianoStaff.connectArpeggios = ##t
> \new Staff = up {
>  \relative c' {
>    \key e \major \time 6/8 \clef treble
>    <<
>      {
> e'2. %71A
>      }
>      \\
>      {
> s2. %71B
>      }
>    >>
>  }
> }
> \new Staff = down {
>  \relative c' {
>    \key e \major \time 6/8 \clef bass
>    \voiceOne e,,16 fis gis b e fis gis b e \change Staff = up \voiceTwo fis
> gis b %71
>  }
> }
>       >>
>       \midi{}\layout {
>       }
>     }
> Any help/explanation would be greatly appreciated.

I'm not a pianist but, looking at your score, I don't recall ever
seeing ledger lines between the staves, like your last E.
Shouldn't that note be placed on the upper staff?

Cheers,
David.

Reply via email to