lilypond-user
[Top][All Lists]
Advanced

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

\shape not impacting ties slurs on next line


From: Javier Ruiz-Alma
Subject: \shape not impacting ties slurs on next line
Date: Mon, 24 Mar 2014 20:21:13 -0700 (PDT)

The tie continued on a next line is not influenced by positioning override. Instead, it's placed per default positioning. How can one move these continued ties or slur?
\version "2.18.2"
pushTieDown = \shape #'((0 . -1.0) (0 . -1.2) (0 . -1.2) (0 . -1.0)) Tie
{
\stemDown
\repeat unfold 16 { s4 }
s2 \pushTieDown a'_~ \break
a' s
\repeat unfold 16 { s4 }
}

reply via email to

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