Jean Abou Samra writes:
> Le 23/09/2022 à 14:02, David Kastrup a écrit :
>> Jean Abou Samra writes:
>>
>>> I believe this exhibits a bug:
>>>
>>> \version "2.23.14"
>>>
>>> {
>>> \new Staff { c'1 }
>>> \new Devnull { s1 }
>>> }
>>>
>>>
>>> I would have expected the staff to stop after one
Le 23/09/2022 à 14:02, David Kastrup a écrit :
Jean Abou Samra writes:
I believe this exhibits a bug:
\version "2.23.14"
{
\new Staff { c'1 }
\new Devnull { s1 }
}
I would have expected the staff to stop after one measure.
Does anyone see a reason for this behavior being correct,
or
Jean Abou Samra writes:
> I believe this exhibits a bug:
>
> \version "2.23.14"
>
> {
> \new Staff { c'1 }
> \new Devnull { s1 }
> }
>
>
> I would have expected the staff to stop after one measure.
>
> Does anyone see a reason for this behavior being correct,
> or am I right that it is anothe