lilypond-devel
[Top][All Lists]
Advanced

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

Re: The \\ construct for simultaneous voices


From: peter
Subject: Re: The \\ construct for simultaneous voices
Date: Mon, 14 Sep 2009 17:34:10 +1000
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 MULE XEmacs/21.4 (patch 21) (Educational Television) (i486-linux-gnu)

>>>>> "Anthony" == Anthony W Youngman <address@hidden> writes:

Anthony> I'm game. My two problems are (1) finding time, and (2) I'll
Anthony> need a fair bit of hand-holding to start off with, I
Anthony> expect. I'm very much a procedurally trained programmer (C,
Anthony> Fortran, *decent* BASICs).

In the meantime, using
        TromboneOne=\relative c'' { .... }
        TromboneTwo=\relative c'' {....}

\score {
        \context Staff = trombone <<
                \context Voice = tromboneOne { \voiceOne \TromboneOne}
                \context Voice = tromboneTwo { \voiceTwo \TromboneTwo}
        >>
}

may do what you want.

Peter C






reply via email to

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