On 2024-04-14 8:45 pm, Richard Davis wrote:
In my head, whatever implementation this requires would somehow
"collect" these levels and generate the final shape as
necessary. However, I don't know nearly enough scheme to even know
where
to begin on this. The reddit contributor to the original di
On 2024-04-16 12:46 pm, Dimitri Sykias wrote:
Is it possible to make the text italic?
I tried \tweak text \italic “x” and it didn’t work.
You need to specify \markup:
\tweak text \markup \italic x
-- Aaron Hill
Is it possible to make the text italic?
I tried \tweak text \italic “x” and it didn’t work.
Thanks
> On 16 Apr 2024, at 2:17 PM, Archer Endrich wrote:
>
> Thank you, Aaron. I'm absolutely delighted to know how to do this now as it
> occurs in several of my earlier scores that I'm re-engraving
Thank you, Aaron. I'm absolutely delighted to know how to do this now
as it occurs in several of my earlier scores that I'm re-engraving with
Lilypond.
Archer
On 16/04/2024 12:03, Aaron Hill wrote:
On 2024-04-16 3:59 am, Aaron Hill wrote:
What you are looking for, however, can be done with
On 2024-04-16 4:03 am, Aaron Hill wrote:
On 2024-04-16 3:59 am, Aaron Hill wrote:
What you are looking for, however, can be done with
horizontal/analysis brackets:
\version "2.25.13"
\new Voice
\with { \consists Horizontal_bracket_engraver }
{
b'4
-\tweak layer 0
-\tweak direction
On 2024-04-16 3:59 am, Aaron Hill wrote:
What you are looking for, however, can be done with horizontal/analysis
brackets:
\version "2.25.13"
\new Voice
\with { \consists Horizontal_bracket_engraver }
{
b'4
-\tweak layer 0
-\tweak direction #UP
-\tweak bracket-flare #'(0 . 0)
-\
On 2024-04-16 3:41 am, Archer Endrich wrote:
Hello Richard,
Your bow-pressure graphic looks great, and I hope your question about
horizontal proportions can be answered soon.
Another feature of your illustration is relevant to my wish list: the
downward-pointing brackets with 9" in the midd
Hello Richard,
Your bow-pressure graphic looks great, and I hope your question about
horizontal proportions can be answered soon.
Another feature of your illustration is relevant to my wish list: the
downward-pointing brackets with 9" in the middle. I've been trying to
find a way to do thi
On 2024-04-14 8:45 pm, Richard Davis wrote:
Ideally I'd want to be able to anchor specific levels along this
spanner
to rhythmic events, perhaps by specifying "levels" of pressure like so:
{
c4\startBowSpan 0.0 c4\pressure 1.0 c4\pressure 0.5 c4\stopBowSpan
0.0
}
In my head, whatever imple