Re: partcombineChords affects preceding note, gives wrong output

2013-03-04 Thread Xavier Scheuer
On 3 March 2013 18:16, Colin Hall wrote: > > Thanks for the report, Pavel. > > I checked for existing issues against partCombine. There are some, but > your report seems to be distinct, so I created a new tracker. > > https://code.google.com/p/lilypond/issues/detail?id=3220 Hi, For a reason I do

Re: partcombineChords affects preceding note, gives wrong output

2013-03-03 Thread Colin Hall
Pavel Roskin writes: > Hello! > > Following code gives incorrect output: > > > \version "2.16.1" > soprano = { >\partcombineApart g'8 \partcombineChords g'8 > } > alto = { >c'16 [ c'16 ] c'8 > } > \score { >\partcombine \soprano \alto > } > > > The first c'16 is drawn without a beam,

partcombineChords affects preceding note, gives wrong output

2013-03-01 Thread Pavel Roskin
Hello! Following code gives incorrect output: \version "2.16.1" soprano = { \partcombineApart g'8 \partcombineChords g'8 } alto = { c'16 [ c'16 ] c'8 } \score { \partcombine \soprano \alto } The first c'16 is drawn without a beam, the second c'16 has its beam attached to the subsequen