Re: parser location inTab

2019-01-27 Thread David Kastrup
Gack McShite writes: > I will stipulate that the version for the file was not necessarily a > match for the syntax. It was 2.14.0, your example was 2.12.0. Just because I did not remember when the change happened and did not bother looking it up. Aaron checked and it was somewhere in the 2.15

Re: parser location inTab

2019-01-26 Thread Aaron Hill
On 2019-01-26 6:56 pm, Gack McShite wrote: I will stipulate that the version for the file was not necessarily a match for the syntax. It was 2.14.0, your example was 2.12.0. Not my generator, so I don't know how that version was chosen other than current at the time. Obviously had I known that

Re: parser location inTab

2019-01-26 Thread Gack McShite
I will stipulate that the version for the file was not necessarily a match for the syntax. It was 2.14.0, your example was 2.12.0. Not my generator, so I don't know how that version was chosen other than current at the time. Obviously had I known that the syntax changed from 2.12, I wouldn't be

Re: parser location inTab

2019-01-26 Thread David Kastrup
Gack McShite writes: > convert-ly made no changes, other than the \version. But I had > forgotten about it so thanks for the reminder! I just tried. The following \version "2.12.0" TrackAVoiceAMusic = #(define-music-function (parser location inTab) (boolean?) #{

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 David Kastrup
Gack McShite writes: > 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")

Re: parser location inTab

2019-01-26 Thread Thomas Morley
Am Sa., 26. Jan. 2019 um 08:18 Uhr schrieb 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 #(i

Re: parser location inTab

2019-01-26 Thread Aaron Hill
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 \clef #(if $inTab "tab" "treble_8") What sta

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