Re: String pressure notation

2024-04-16 Thread Aaron Hill
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

Re: make-music?

2024-04-16 Thread Pierre-Luc Gauthier
> Instead of > #(define (anAList) `((aVariable . ,aSymbol))) > you could write: > #(define anAList (lambda () `((aVariable . ,aSymbol Thanks Thomas. I love the simplicity of this example. > #(define anAList '((aVariable . aSymbol))) > aSymbol = { cis' } > { >#(module-ref (current-module)

Re: Delayed turns etc

2024-04-16 Thread Knute Snortum
Here are my answers. Other people may have better suggestions. On Tue, Apr 16, 2024 at 2:27 PM Peter Mayes wrote: > 1. I would like the \trill in bar 2 and the ten(uto) in bar 6 to be below > the slurs, and not above. > Getting the trill under (inside) the slur is easy: % Trill under slur

Re: Multiple parts on the same stems

2024-04-16 Thread Knute Snortum
On Tue, Apr 16, 2024 at 1:01 PM Gerardo Ballabio wrote: > Hello all, > I'm trying to typeset a percussion score with several instruments on > the same staff. When they play simultaneous notes I want to line them > up all on the same stem, like this (output attached, percussion1.pdf): > > [...] >

Multiple parts on the same stems

2024-04-16 Thread Gerardo Ballabio
Hello all, I'm trying to typeset a percussion score with several instruments on the same staff. When they play simultaneous notes I want to line them up all on the same stem, like this (output attached, percussion1.pdf): %% \version "2.24.1" \new Staff \relative { \clef "varpercussion"

Re: String pressure notation

2024-04-16 Thread Aaron Hill
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

Re: String pressure notation

2024-04-16 Thread Dimitri Sykias
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: Vertically Repositioning \tempo Output

2024-04-16 Thread Knute Snortum
On Tue, Apr 16, 2024 at 8:05 AM PMA wrote: > Hi Knute -- > > Although my system ignored this "...MetronomeMark..." line, your "\tweak" > made me think in a new direction. > > Once I managed to increase the vertical space *above* my \tempo command, > the overcrowding disappeared. > > Thank you

Re: String pressure notation

2024-04-16 Thread Archer Endrich
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

Re: String pressure notation

2024-04-16 Thread Aaron Hill
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

Re: String pressure notation

2024-04-16 Thread Aaron Hill
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)

Re: String pressure notation

2024-04-16 Thread Aaron Hill
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

Re: String pressure notation

2024-04-16 Thread Archer Endrich
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