lilypond-user
[Top][All Lists]
Advanced

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

Re: Direction of tie from Completion_heads_engraver


From: Simon Albrecht
Subject: Re: Direction of tie from Completion_heads_engraver
Date: Fri, 5 Feb 2016 23:33:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

On 05.02.2016 23:25, Noeck wrote:
a general upward flip of the ties can be achieved more
easily with \tieUp

(slaps hand to forehead)
I see, the problem is not the \override, but the \once, or rather the moment at which the override is valid. An \override without \once works, and even the following works:

%%%%%%%%%%%%%%%%
\version "2.19.36"

\layout {
  \context {
    \Voice
    \remove "Note_heads_engraver"
    \consists "Completion_heads_engraver"
  }
}

\new Voice <<
  { s1 \once\override Tie.direction = 1 s }
  { a'\breve }
>>
%%%%%%%%%%%%%%%%

Thanks for this pointer :-)
Simon



reply via email to

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