Re: combining simultaneous notes

2015-06-03 Thread Stephen MacNeil
>What do you mean by ‘works’? well what he posted .. The top looks like the bottom does! on "2.18.2" >Well, this is clearly a hack. I’m surprised that Lily doesn’t complain. More precisely: it’s improper to use two voices and >fake the look of one voice by tweaking stem direction. OK >And

Re: combining simultaneous notes

2015-06-03 Thread Simon Albrecht
Am 03.06.2015 um 21:19 schrieb Stephen MacNeil: The example works on What do you mean by ‘works’? \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"

Re: combining simultaneous notes

2015-06-03 Thread Simon Albrecht
Hello Arno, Am 03.06.2015 um 16:26 schrieb Arno Waschk: dear list, (sorry for cross posting, i am not sure where to address correctly...) Since this is about usage of the program, the user list is the right place. The devel list serves to coordinate development of Lilypond. i have a problem

Re: combining simultaneous notes

2015-06-03 Thread David Kastrup
Arno Waschk writes: > dear list, > > (sorry for cross posting, i am not sure where to address correctly...) > > i have a problem which seemed trivial to me, but i cannot resolve > according to the docs successfully: > > \version = "2.19.22" > aa={a4 b4 a4 b4} > bb={a4 g a g} > \new Staff { > << >

combining simultaneous notes

2015-06-03 Thread Arno Waschk
dear list, (sorry for cross posting, i am not sure where to address correctly...) i have a problem which seemed trivial to me, but i cannot resolve according to the docs successfully: \version = "2.19.22" aa={a4 b4 a4 b4} bb={a4 g a g} \new Staff { << \aa \bb >> } \new Staff{ a4 a } p