lilypond-user
[Top][All Lists]
Advanced

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

Re: Multiple voices Stem


From: Eluze
Subject: Re: Multiple voices Stem
Date: Fri, 11 Jan 2013 02:41:37 -0800 (PST)

EmilLask wrote
> This is what I want to.
> 
> But, is there  a better way to do it?

a late idea came to my mind - you can try \partcombineChords:

\score{
  \new StaffGroup <<
    \new Staff <<
      \key fa \major
      \time 2/4
      \partcombineChords
      \relative do'' {
        \voiceOne
        \voiceA
      }
      \relative do'' {
        \voiceOne
        \voiceB
      }
      \new Voice { \voiceTwo \relative do' \voiceC }
    >>
  >>
}

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Multiple-voices-Stem-tp139025p139304.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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