Re: stem length in polyphony

2014-07-13 Thread Simon Albrecht
Am 13.07.2014 11:29, schrieb Pierre Perol-Schneider: Hi Bart, 2014-07-13 10:52 GMT+02:00 bart deruyter >: I've attached an image and a .ly example. Here's what I'd do : \version "2.18.2" global = { \key e \minor \time 2/4 } upper = \relative e' {

Re: stem length in polyphony

2014-07-13 Thread bart deruyter
Hey, thanks, both work like a charm. I prefer the version with the stems up, because the note heads are better positioned between the two other voices, it's more clear that they belong together when playing. grtz, Bart http://www.bartart3d.be/ On facebook

Re: stem length in polyphony

2014-07-13 Thread Pierre Perol-Schneider
Hi Bart, 2014-07-13 10:52 GMT+02:00 bart deruyter : I've attached an image and a .ly example. > Here's what I'd do : \version "2.18.2" global = { \key e \minor \time 2/4 } upper = \relative e' { \global s2 | \bar "|." } lower = \relative e { \global e4 dis8 dis | } centerup

Re: stem length in polyphony

2014-07-13 Thread bart deruyter
sorry, the image with the possible solution lacked an extension, second attempt is here http://www.bartart3d.be/ On facebook On Twitter On Identi.ca On Google+

stem length in polyphony

2014-07-13 Thread bart deruyter
Hi all, I'm looking for a decent solution for, what seems to me as a tricky situation :-) I've attached an image and a .ly example. I've tried overriding the beamed lengths of the 16th notes, but it does not seem to work with e.g. \override Stem.details.beamed-lengths = #'(0.5) . This override