Re: breaking up joined triplets

2009-11-28 Thread Hugh Myers
Thanks Alexander, Looks like good information all around. I'll give it a go. --hsm On Sat, Nov 28, 2009 at 8:21 PM, Alexander Kobel wrote: > Hugh Myers wrote: >> >> In the following: >> >> \version "2.13.7" >> upper = { >>  \stemDown >>  \times 2/3 { e,8 e' b } \times 2/3 {gis8 e' b } \times 2/

Re: breaking up joined triplets

2009-11-28 Thread Alexander Kobel
Hugh Myers wrote: In the following: \version "2.13.7" upper = { \stemDown \times 2/3 { e,8 e' b } \times 2/3 {gis8 e' b } \times 2/3 { b e b } \times 2/3 { e,8 e' b } \times 2/3 {gis8 e' b } \times 2/3 { b e b } } [...] the triplets are connected by a bar--- how do I prevent this? Hi, H