Move tie to the end(top) of the stem

2014-04-21 Thread Knute Snortum
I have a piece I'm typesetting where an internal voice needs a tie, but \tieDown isn't enough. The tie spanner needs to be at the bottom (in this case) of the stems. Here is a snippet that illustrates the problem: \version "2.18.2" \new Staff { \key bes \major \time 5/4 << { 4 8[ ] }

Re: Move tie to the end(top) of the stem

2014-04-21 Thread Conor Cook
Does the tie need to connect the eeses? This looks good, but maybe not to your specs. \version "2.18.2" \new Staff { \key bes \major \time 5/4 << { 4 8[ ] } \\ { \override Stem.length = #8.0 \stemDown ees'2. ees'4^~ ees'8 r8 } >> } Best, Conor Cook On Apr 21, 2014, at 5:01 PM, Knute Snortu

Re: Move tie to the end(top) of the stem

2014-04-21 Thread Simon Albrecht
Alternatively, use the override inserted below. Best, Simon Am 22.04.2014 00:40, schrieb Conor Cook: Does the tie need to connect the eeses? This looks good, but maybe not to your specs. \version "2.18.2" \new Staff { \key bes \major \time 5/4 << { 4 8[ ] } \\ { \override Stem.length = #

Re: Move tie to the end(top) of the stem

2014-04-21 Thread Knute Snortum
That's it, Simon! Thanks. And thanks for the suggestion, Conor. That did look better. Knute Snortum (via Gmail) On Mon, Apr 21, 2014 at 3:43 PM, Simon Albrecht wrote: > Alternatively, use the override inserted below. > > Best, Simon > > Am 22.04.2014 00:40, schrieb Conor Cook: > > Does the

Re: Move tie to the end(top) of the stem

2014-04-21 Thread Conor Cook
You’re welcome. But Simon’s definitely looks better :) ~Conor Cook On Apr 21, 2014, at 7:59 PM, Knute Snortum wrote: > That's it, Simon! Thanks. And thanks for the suggestion, Conor. That did > look better. > > > Knute Snortum > (via Gmail) > > > On Mon, Apr 21, 2014 at 3:43 PM, Simon

Re: Move tie to the end(top) of the stem

2014-04-21 Thread Janek Warchoł
2014-04-22 0:43 GMT+02:00 Simon Albrecht : > >> On Apr 21, 2014, at 5:01 PM, Knute Snortum wrote: >> >>> I have a piece I'm typesetting where an internal voice needs a tie, but >>> \tieDown isn't enough. The tie spanner needs to be at the bottom (in this >>> case) of the stems. Here is a snippet

Re: Move tie to the end(top) of the stem

2014-04-23 Thread Knute Snortum
I can see your point. I'm trying to get the LilyPond score to look like the original, but maybe in this case a slavish concern for exactness isn't appropriate. Knute Snortum (via Gmail) On Mon, Apr 21, 2014 at 11:10 PM, Janek Warchoł wrote: > 2014-04-22 0:43 GMT+02:00 Simon Albrecht : > > > >