lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


From: Rune Zedeler
Subject: (no subject)
Date: Mon, 11 Mar 2002 17:34:04 +0100 (MET)
User-agent: IMP/PHP IMAP webmail program 2.2.6

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]