lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 1789 in lilypond: \tweak does not work for cha


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1789 in lilypond: \tweak does not work for changing control-points of any but the first tie in chorded notes
Date: Sun, 07 Jun 2015 19:58:44 +0000


Comment #7 on issue 1789 by address@hidden: \tweak does not work for changing control-points of any but the first tie in chorded notes
https://code.google.com/p/lilypond/issues/detail?id=1789

Workaround: set the directions explicitly so we don't need TieColumn.
The TieColumn code calls Tie::get_control_points(), which fails to check if we have made an override

{ < c'-\tweak color #red _~
    e'-\shape #'((0 . 0)(-1 . 0)(1 . 0)(0 . 0)) ^~
    g'-\tweak color #blue
      -\tweak control-points #'((2 . 0)(3 . 2)(3 . 2)(4 . 0)) ^~
    c''-\shape #'((0 . 0)(4 . 1)(-4 . 1)(0 . 0)) ^~
    g'' ^~
  >
% if we use \once, we have to put it at the time-step where the ties *complete#
  \once\override TieColumn.positioning-done = #'()
  q }


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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