Markup in a variable

2021-04-28 Thread Mark Probert
Hi, all. I'm getting myself confused. I have an include file -- foo.ily -- and I want to define different instrument names for later use, like altoSax = { \markup { \fontsize #-2 { Alto Saxophone \concat { E { \raise #0.5 \teeny \flat } tenorSax = { \markup { \fontsize #-2 { Tenor

Re: tags

2021-04-28 Thread Gianmaria Lari
Hello David, I've submitted a merge request > that will at > least make the following work for your purpose: > > \version "2.23.3" > music = {\tag#'here a a} > {\pushToTag #'here ~ \music } > [] > I don't like the sample code in the

Re: online midi-player

2021-04-28 Thread Andrew Bernard
A quick google search? https://blog.landr.com/best-online-daw/ Searching for 'online DAW' is the key to it. Always tricky to find the right search concepts! Andrew Stefan Thomas wrote on 29/04/2021 1:05 AM: Dear community, I'm searching, for pedagogical purposes, for an online-midi-file

Re: tags

2021-04-28 Thread David Kastrup
Gianmaria Lari writes: > Be patient with me. > > I expect this to generate {a~a} but it generates {a a} . Why? > > \version "2.23.2" > music = {a \tag#'here a} > {\pushToTag #'here ~ \music } I've submitted a merge request that will at

online midi-player

2021-04-28 Thread Stefan Thomas
Dear community, I'm searching, for pedagogical purposes, for an online-midi-file player. Especially one that could show you the corresponding piano key when a note is played. Do You know something like this? Thanks for You help, Stefan