lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Conor Cook
Subject: Re: Move tie to the end(top) of the stem
Date: Mon, 21 Apr 2014 17:40:10 -0500

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 <address@hidden> 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. ees'4 ~ ees'8 r8
> }
> >>
> }
> 
> Knute Snortum
> (via Gmail)
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

[Prev in Thread] Current Thread [Next in Thread]