Am 25.06.2015 um 23:22 schrieb Klaus Blum:
P.S.: To separate the voices, I'd like to replace the double backslash by a
"\new Voice" construction, but this adds a new staff. Can't figure out
why... :-(
Lily automatically adds \new Staff. To prevent this, be more explicit:
\new Staff <<
\new Vo
Are you looking for something like that?
Cheers,
Klaus
P.S.: To separate the voices, I'd like to replace the double backslash by a
"\new Voice" construction, but this adds a new staff. Can't figure out
why... :-(
--
View this message in contex
Hello all,
I would like to have separated cluster chords (preferably with a stem), but
can’t seem to figure out how.
Any help/pointers/links would be appreciated.
\version "2.19.20"
separateClusters = {
\makeClusters { 2 2 }
\makeClusters { 2 } \makeClusters { 2 }
}
\score { \separateClust