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
<<
{
<aes aes'>4 <bes bes'> <aes aes'>
<bes bes'>8[ <c' c''> <ees' ees''> <bes bes'>]
} \\
{
\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 Snortum <ksnor...@gmail.com> 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 that illustrates the problem:

\version "2.18.2"
\new Staff {
\key bes \major
\time 5/4
<<
{
<aes aes'>4 <bes bes'> <aes aes'>
<bes bes'>8[ <c' c''> <ees' ees''> <bes bes'>]
} \\
{
\override Stem.length = #8.0
\stemDown ees'2.
\once\override Tie.staff-position = #-9
ees'4 ~ ees'8 r8
}
}

Knute Snortum
(via Gmail)
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to