lilypond-user
[Top][All Lists]
Advanced

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

Why can't I \override TieColumn #'tie-configuration only \once?


From: Urs Liska
Subject: Why can't I \override TieColumn #'tie-configuration only \once?
Date: Tue, 09 Aug 2011 00:28:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11

Hi list,

I know that I can tweak the ties in a chord to my liking by overriding #'tie-configuration like in the following (intentionally useless) example:

\relative c' {
  %\once
  \override TieColumn #'tie-configuration =
    #'( ( 8 . -1)
        ( 3 . 1 )
        ( -3 . 1)
      )
      <c e g>2~ q |
      <d f a>~ q
}

This doesn't really make sense musically but works as I expect it to.
But if I uncomment the second line and add the \once clause I'd expect that only the first tie (c major) is engraved according to my TieColumn. But it seems that instead no manual changes are applied at all, both ties are printed "normal". The override doesn't take place at all when preceded by \once.

Is this expected behavior, am I missing something?
Or should this be considered a bug?

Best
Urs

reply via email to

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