Re: Feathered Beam Timing

2024-05-12 Thread Timothy Lanfear
On 12/05/2024 09:46, Timothy Lanfear wrote: On 11/05/2024 18:42, Steph Phillips wrote: Pretty happy with how that looks, but now I'm having trouble converting it to a function. The following is what I've put together, but I can't seem to shake the compiler error. The

Re: Feathered Beam Timing

2024-05-12 Thread Timothy Lanfear
On 11/05/2024 18:42, Steph Phillips wrote: Pretty happy with how that looks, but now I'm having trouble converting it to a function. The following is what I've put together, but I can't seem to shake the compiler error. The parameters feather-ratio, tuplet-ratio are no

Re: Feathered Beam Timing

2024-05-11 Thread David Wright
On Sat 11 May 2024 at 16:06:00 (+0200), N. Andrew Walsh wrote: > (the stickler in me would complain that tuplets should always indicate a > shortening of length, and this is technically putting six sixteenths in the > space of eight, but I guess the feathering overrules that) I tickles me that I s

Re[2]: Feathered Beam Timing

2024-05-11 Thread Steph Phillips
So after a little toying around with the suggestions from this thread, I've come up with the following: \once \override TupletNumber.text = \markup { \note-by-number #1 #0 #UP } \once \override TupletBracket.bracket-visibility = ##t \once \override TupletBracket.v

Re: Feathered Beam Timing

2024-05-11 Thread Archer Endrich
Hello, I have frequently encountered the situation where I want to have feathered durations within a specified duration -- e.g., a crotchet, or a minim, or a breve.  This is the code I've come up with: \once \override Beam.grow-direction = #RIGHT   \featherDurations #(ly:make-moment 1/2)   \t

Re: Feathered Beam Timing

2024-05-11 Thread N. Andrew Walsh
Hi Steph, I'm not an expert with the \featherDurations interface, but this: On Sat, May 11, 2024 at 3:53 PM Steph Phillips wrote: > > \once \override Beam.grow-direction = #LEFT > \featherDurations 6/4 { d16[-. d-. d-. d-. d-. d]-. } | > seems to disagree with how the tutorial describes it: htt