]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4092: Limit tuplet bracket length to actual tuplet length
authorDavid Kastrup <dak@gnu.org>
Thu, 4 Sep 2014 15:23:51 +0000 (17:23 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 11 Sep 2014 12:44:51 +0000 (14:44 +0200)
commit9fd81cd1fbc2935e1c69842ed9f41294af62f504
tree141d33fa2438f7edbb6ae6a721971feac6867623
parent1729476becdb152bed917f6c370ace5745f97aa9
Issue 4092: Limit tuplet bracket length to actual tuplet length

See the regtest for an example of the problem.  Without the patch, the
tuplet bracket extends over all of

  \tuplet 3/2 4 { g16 a b } c8

including c8, resulting in visual lengths not adding up.
input/regression/tuplet-long-spanner.ly [new file with mode: 0644]
lily/tuplet-iterator.cc