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: Simon Albrecht
Subject: Re: Move tie to the end(top) of the stem
Date: Tue, 22 Apr 2014 00:43:50 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

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 <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.
\once\override Tie.staff-position = #-9
ees'4 ~ ees'8 r8
}
}

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

_______________________________________________
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]