lilypond-user
[Top][All Lists]
Advanced

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

Tweaking Vertical Position of a Tie


From: CDon
Subject: Tweaking Vertical Position of a Tie
Date: Sat, 26 Jul 2008 16:55:32 -0700 (PDT)

\version "2.11.34"
\include "english.ly"

\relative c'' {
        \clef treble
        \key bf \major
        \time 4/4
        bf4. a8 a4. g8 |
        g2.

%       \override TieColumn #'tie-configuration = #'((6.0 . 1))            % 
tweak
1
%       \once \override TieColumn #'tie-configuration = #'((6.0 . 1))   % tweak 
2  

%       \once \override Script #'padding = #2                                 %
tweak 3

        d'4~\fermata | \bar "||"
        \key g \major
        \time 3/4
        d8. e16 d8. c16 b8. c16 |

        d4 d2~ |
        d8. e16 d8. c16 b8. c16 |
}

The above script results in a clash between the first tie and the new key
signature.  Both the tie and the fermata need to be moved up.  Tweaks 1 and
3 accomplish this, but later ties are also moved up.  Tweaks 2 and 3 move
the fermata up, but the tie is unaffected.  Is there another way to move a
tie up just one time?

Don
-- 
View this message in context: 
http://www.nabble.com/Tweaking-Vertical-Position-of-a-Tie-tp18671989p18671989.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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