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
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
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
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
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
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