Re: Beamed Tremolo + Fermata

2015-12-29 Thread Kieren MacMillan
Hi Harm, On Dec 28, 2015, at 5:47 PM, Thomas Morley wrote: > Though, we don't do all nicely with tremolo. Look at the terrible output from: > \repeat tremolo 16 { c''32 ais' } > https://sourceforge.net/p/testlilyissues/issues/3143/ UGH. Well, there’s always tweaking:

Re: Beamed Tremolo + Fermata

2015-12-29 Thread Thomas Morley
2015-12-29 0:11 GMT+01:00 Thomas Morley : > 2015-12-28 23:47 GMT+01:00 David Kastrup : > >>> \once \override TupletNumber.text = >>> #(lambda (grob) >>> (let ((dir (ly:grob-property grob 'direction))) >>

Re: Beamed Tremolo + Fermata

2015-12-29 Thread Thomas Morley
2015-12-29 14:10 GMT+01:00 Kieren MacMillan : > Hi Harm, > > On Dec 28, 2015, at 5:47 PM, Thomas Morley wrote: >> Though, we don't do all nicely with tremolo. Look at the terrible output >> from: >> \repeat tremolo 16 { c''32 ais' } >>

Re: Beamed Tremolo + Fermata

2015-12-28 Thread Thomas Morley
2015-12-28 20:33 GMT+01:00 tisimst : > Ooooh! I really like this idea as it would solve the horizontally-centered > problem, but I just realized that it would inherit the unknown of the > fermata's vertical position that escapes collisions with other elements. I > don't

Re: Beamed Tremolo + Fermata

2015-12-28 Thread Kieren MacMillan
Harm, > How about overriding TupletNumber? #BOOM or #FTW or whatever the kids would say nowadays. =) Nicely done! Although it’s a [tiny] pimple on the ‘Pond that these kind of [incredibly elegant] hacks must be done, it’s a [giant] shiny platinum crown on the ‘Pond that it’s so easy. Best,

Re: Beamed Tremolo + Fermata

2015-12-28 Thread Thomas Morley
2015-12-28 23:47 GMT+01:00 David Kastrup : >> \once \override TupletNumber.text = >> #(lambda (grob) >> (let ((dir (ly:grob-property grob 'direction))) > ^^ That one calls > Tuplet_bracket::get_default_dir

Re: Beamed Tremolo + Fermata

2015-12-28 Thread Thomas Morley
2015-12-28 22:41 GMT+01:00 Kieren MacMillan : > Harm, > >> How about overriding TupletNumber? > > #BOOM or #FTW or whatever the kids would say nowadays. =) > Nicely done! > > Although it’s a [tiny] pimple on the ‘Pond that these kind of [incredibly > elegant] hacks

Re: Beamed Tremolo + Fermata

2015-12-28 Thread David Kastrup
Thomas Morley writes: > 2015-12-28 20:33 GMT+01:00 tisimst : >> Ooooh! I really like this idea as it would solve the horizontally-centered >> problem, but I just realized that it would inherit the unknown of the >> fermata's vertical position

Re: Beamed Tremolo + Fermata

2015-12-28 Thread tisimst
r mailing list > [hidden email] <http:///user/SendEmail.jtp?type=node=185152=2> > https://lists.gnu.org/mailman/listinfo/lilypond-user > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http:

Re: Beamed Tremolo + Fermata

2015-12-27 Thread Kieren MacMillan
Hi Abraham, On Dec 24, 2015, at 5:52 PM, Abraham Lee wrote: > Any other nice ideas to center-align the fermata on the tremolo beams? Override [once] the Beam.stencil to add the [centred] fermata? Hope that helps, Kieren. Kieren

Beamed Tremolo + Fermata

2015-12-24 Thread Abraham Lee
Happy holidays, everyone! I noticed a question in a different forum about the placement of a fermata relative to a beamed tremolo. The attached image shows three possible scenarios for this, but it was a pretty unanimous vote that measure 2 was correct. Intrigued, I wondered how LP would respond