Hello Hwaen,

the code you provided doesn’t compile for me (with 2.19.12, but it has nothing to do with the version). Please send working code.

Yours, Simon

Am 05.09.2014 um 15:36 schrieb Hwaen Ch'uqi:
Greetings All,

What is the best way of achieving a cross-staff voice where one of the
staves must be modified? I fear that I may be missing something very
fundamental. Please see the code below, and thank you for any help.

Hwaen Ch'uqi

\version "2.18.2"

\score{
   \new PianoStaff<<
     \new Staff = up {
       \key des \major \time 2/4 \clef treble \relative c'{
        <<
          {
            f4 es
          }
          \\
          {
            s2
          }
        >>
       }
     }
     \new Staff = down \with{
       \consists "Span_arpeggio_engraver"
     }
     \key des \major \time 2/4 \clef bass \relative c'{
       \set Staff.connectArpeggios = ##t
       <<
        {
          aes,16 des \change Staff = up \voiceTwo f aes \change Staff =
MyCustomStaff \voiceOne aes, c \change Staff = up \voiceTwo ges' aes
        }
        \\
        {
          des,,2
        }
       >>
     }
   >>
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to