Re: pitch argument for transpose function

2021-02-18 Thread Thomas Morley
Am Do., 18. Feb. 2021 um 12:52 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Probably: > > > > \version "2.22.0" > > > > #(define interval #{ c' b #}) > > That seems like a somewhat obtuse way to write > > interval = { c' b } > > -- > David Kastrup Indeed, though as requested: > I

Re: pitch argument for transpose function

2021-02-18 Thread David Kastrup
Thomas Morley writes: > Probably: > > \version "2.22.0" > > #(define interval #{ c' b #}) That seems like a somewhat obtuse way to write interval = { c' b } -- David Kastrup

Re: pitch argument for transpose function

2021-02-18 Thread Robert Kubosz
Thank you, it works perfectly! :-)

Re: pitch argument for transpose function

2021-02-18 Thread Thomas Morley
Am Do., 18. Feb. 2021 um 11:12 Uhr schrieb Robert Kubosz : > > Hello! > > > I want to write a piece of code, that would automatically fill-in > missing voices. Here is a snippet that represents what I want to accomplish: > > > \version "2.22.0" > > > voice-one = {c'} > > > #(define interval "c'

Re: Changing music font for one notehead

2021-02-18 Thread Robin Bannister
Calvin Ransom wrote: What did you type into the mailing list as I could not find that particular thread earlier? I searched in http://lilypond.1069038.n5.nabble.com/ for NoteHead font-name Cheers, Robin

Re: Changing music font for one notehead

2021-02-18 Thread Calvin Ransom
Thanks Robin, That worked! What did you type into the mailing list as I could not find that particular thread earlier? Cheers, Calvin On Thu, Feb 18, 2021 at 2:01 AM Robin Bannister wrote: > On 18.02.2021 07:26, Calvin Ransom wrote: > > > I am copying a percussion score for my school's Jazz

pitch argument for transpose function

2021-02-18 Thread Robert Kubosz
Hello! I want to write a piece of code, that would automatically fill-in missing voices. Here is a snippet that represents what I want to accomplish: \version "2.22.0" voice-one = {c'} #(define interval "c' b") %this does not work %\transpose function expects pitch as first argument,

Re: Changing music font for one notehead

2021-02-18 Thread Robin Bannister
On 18.02.2021 07:26, Calvin Ransom wrote: I am copying a percussion score for my school's Jazz band as a previous musician lost their part. I was able to use the alternate font "lilyjazz" However, on the final note of the score it does not support a whole-note with a cross style notehead. I am

Re: Changing music font for one notehead

2021-02-18 Thread Calvin Ransom
Hi Robert, The attached jpg. is what I get when I use that exact snippet (minus the font override) within frescobaldi, notice how there is no notehead. Can you send me what the output it loads for you? \version "2.22.0" \paper { #(define fonts (set-global-fonts #:music "lilyjazz"