parser location inTab

2019-01-25 Thread Gack McShite
Trying to clean up errors. I see this pattern a lot, so I assume it should work. TrackAVoiceAMusic = #(define-music-function (parser location inTab) (boolean?) #{ \tempo 4=106 \clef #(if $inTab "tab" "treble_8") and then later \context Voice = "TrackAVoiceAMusic" { \TrackAVoiceAM

Re: parser location inTab

2019-01-26 Thread Gack McShite
: > On 2019-01-25 7:22 pm, Gack McShite wrote: >> Trying to clean up errors. I see this pattern a lot, so I assume it >> should work. >> >> TrackAVoiceAMusic = #(define-music-function (parser location inTab) >> (boolean?) >> #{ >>\tempo 4=106 >&

Re: parser location inTab

2019-01-26 Thread Gack McShite
't be here annoying you fine folks. Thanks for the info, can't get enough of it. If only I could update other people's websites with current info! On 1/26/19, David Kastrup wrote: > Gack McShite writes: > >> convert-ly made no changes, other than the \version. Bu