Two things:

- first, this bug isn't present for all grace notes in a beamed group, but 
**only** if the grace note is in the middle note of an add numbered tuplet 
(e.g. 4th note of a 7-tuplet) or one before the middle note of an even numbered 
tuplet (e.g. 3rd note of a 6-tuplet). See:

\version "2.19.32"
\markup { "pretty" }
\autochange {
  \tuplet 7/4 { c,32[ c, \grace{ c,8 } c,32 c, c, c''' c,] }
}

\markup { "pretty" }
\autochange {
  \tuplet 7/4 { c,32[ c, c, c, \grace{ c,8 } c,32 c''' c,] }
}

\markup { "ugly" }
\autochange {
  \tuplet 7/4 { c,32[ c, c, \grace{ c,8 } c,32 c, c''' c,] }
}

producing: http://s24.postimg.org/pv9jwwdqd/image.png

and

\version "2.19.32"

\markup { "pretty" }
\autochange {
  \tuplet 6/4 { c,32[ c, c, c, \grace{ c,8 } c,32 c''' c,] }
}

\markup { "ugly" }
\autochange {
  \tuplet 6/4 { c,32[ c, c, \grace{ c,8 } c,32 c, c''' c,] }
}

producing: http://s24.postimg.org/dfcu35ked/image.png

- second, I'd like to offer a small bounty for this issue. If this is fixed 
until the 15th of April I can offer 15 EUR. I know deadline for bounties aren't 
really cool, but my urgency with this issue is due to my master's composition 
being affected by it, and that's my deadline :( Simon, do you think you could 
add a bounty label to this issue, please?


---

** [issues:#4683] TupletNumber.knee-to-beam broken with grace note inbetween**

**Status:** Accepted
**Created:** Mon Dec 07, 2015 08:56 PM UTC by Simon Albrecht
**Last Updated:** Sun Jan 31, 2016 10:13 AM UTC
**Owner:** nobody


As Gilberto reported 
[here](http://lists.gnu.org/archive/html/lilypond-user/2015-12/msg00203.html), 
the improvement from issue [#3831] doesn’t always work if a grace note is amid 
the beamed group:

~~~~
:::TeX
\version "2.19.32"
\markup { "ugly" }
\autochange {
  \tuplet 7/4 { c,32[ c, c, \grace{ c,8 } c,32 c, c''' c,] }
}

\markup { "pretty" }
\autochange {
  \tuplet 7/4 { c,32[ c, c, c, c, c''' c,] }
} 
~~~~

See 
http://lilypond.1069038.n5.nabble.com/Grace-note-kicks-tuplet-number-away-td184567.html
 for images.


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to