lilypond-user
[Top][All Lists]
Advanced

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

RE:combining simultaneous notes


From: Stephen MacNeil
Subject: RE:combining simultaneous notes
Date: Wed, 3 Jun 2015 15:19:59 -0400

The example works on

\version "2.18.2"

so i guess it's a "2.19.22" issue

I tested it on lilybin and this works in "2.19.21.... for your example anyway. not sure of "2.19.22" as i don't have it


\version "2.19.21"
aa={a4 b a b}
bb={a4 g a g}
\new Staff {
<<
  \aa\\
  \stemUp\bb
>>
}
\new Staff{
a4 <g b> a <g b>
}

HTH
Stephen

reply via email to

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