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: Noeck
Subject: Re: Direction of tie from Completion_heads_engraver
Date: Fri, 5 Feb 2016 23:25:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Hi Harm,

probably Simon understands your function better, but what do you gain
with it? I tried to use it with \once and it seems like it does not work
like this. And a general upward flip of the ties can be achieved more
easily with \tieUp

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

  }
}

{
  \tieUp
  a'\breve
}

Cheers,
Joram



reply via email to

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