Is it possible to make (untested)

\score {
 \notes
 <
  \context Staff = sup <
    \clef G
    \context Voice = vone { a' c'' e'' e'' }
  >
  \context Staff = sdown <
    \clef F
    \context Voice = vtwo { a a \translator Staff = sup a' a' }
    \context Voice = vthree { f f f f, }   
  >
 >
}


typeset as (also untested)

\score {
 \notes
 <
  \context Staff = sup <
    \clef G
    \context Voice = vone { a' c'' \stemUp e'' e'' }
  >
  \context Staff = sdown <
    \clef F
    \context Voice = vtwo
      { \stemUp a a \translator Staff = sup \stemDown a' a' }
    \context Voice = vthree { \stemDown f f \stemBoth f f, }   
  >
 >
}

without specifying the stemUp, etc, within the score?

Is it possible to make Staff-crossing voices using the voicify-scm-function?

(cc'ing devel because I assume that the answer is "no")



-Rune

_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to