> On Jul 20, 2022, at 5:25 AM, Jean Abou Samra wrote:
>
> Le 20/07/2022 à 05:57, David F. a écrit :
>> In 2.23, the rest markup command changed from taking a string to taking a
>> duration.
>>
>> \version "2.22"
>> \markup \rest #"4.."
>>
>> \version "2.23"
>> \markup \rest { 4.. }
>>
>> I
> On Jul 20, 2022, at 5:13 AM, Thomas Morley wrote:
>
> Am Mi., 20. Juli 2022 um 05:58 Uhr schrieb David F. :
>>
>> In 2.23, the rest markup command changed from taking a string to taking a
>> duration.
>>
>> \version "2.22"
>> \markup \rest #"4.."
>>
>> \version "2.23"
>> \markup \rest {
Jean Abou Samra writes:
> Le 20/07/2022 à 14:57, David Kastrup a écrit :
>> The rule was used for converting all the old stuff in the repo, so it
>> wasn't broken at one point of time. This would suggest either a Python
>> update effect or some editing. Or for some reason this particular input
Thomas Morley writes:
> Am Mi., 20. Juli 2022 um 14:29 Uhr schrieb David Kastrup :
>>
>> David Kastrup writes:
>>
>> > Jean Abou Samra writes:
>> >
>> >> Le 20/07/2022 à 05:57, David F. a écrit :
>> >>> In 2.23, the rest markup command changed from taking a string to taking
>> >>> a duration.
Le 20/07/2022 à 14:57, David Kastrup a écrit :
The rule was used for converting all the old stuff in the repo, so it
wasn't broken at one point of time. This would suggest either a Python
update effect or some editing. Or for some reason this particular input
escapes the pattern match.
I'll
Am Mi., 20. Juli 2022 um 14:29 Uhr schrieb David Kastrup :
>
> David Kastrup writes:
>
> > Jean Abou Samra writes:
> >
> >> Le 20/07/2022 à 05:57, David F. a écrit :
> >>> In 2.23, the rest markup command changed from taking a string to taking a
> >>> duration.
> >>>
> >>> \version "2.22"
> >>>
David Kastrup writes:
> Jean Abou Samra writes:
>
>> Le 20/07/2022 à 05:57, David F. a écrit :
>>> In 2.23, the rest markup command changed from taking a string to taking a
>>> duration.
>>>
>>> \version "2.22"
>>> \markup \rest #"4.."
>>>
>>> \version "2.23"
>>> \markup \rest { 4.. }
>>>
>>> I
Jean Abou Samra writes:
> Le 20/07/2022 à 05:57, David F. a écrit :
>> In 2.23, the rest markup command changed from taking a string to taking a
>> duration.
>>
>> \version "2.22"
>> \markup \rest #"4.."
>>
>> \version "2.23"
>> \markup \rest { 4.. }
>>
>> It would be nice if this change were ba
Le 20/07/2022 à 05:57, David F. a écrit :
In 2.23, the rest markup command changed from taking a string to taking a
duration.
\version "2.22"
\markup \rest #"4.."
\version "2.23"
\markup \rest { 4.. }
It would be nice if this change were backward compatible, at least for a
version or two.
Am Mi., 20. Juli 2022 um 05:58 Uhr schrieb David F. :
>
> In 2.23, the rest markup command changed from taking a string to taking a
> duration.
>
> \version "2.22"
> \markup \rest #"4.."
>
> \version "2.23"
> \markup \rest { 4.. }
>
> It would be nice if this change were backward compatible, at le
10 matches
Mail list logo