Re: separate consecutive cluster chords

2015-06-26 Thread Simon Albrecht
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

Re: separate consecutive cluster chords

2015-06-25 Thread Klaus Blum
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

separate consecutive cluster chords

2015-06-25 Thread Kieren MacMillan
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