David Kastrup <d...@gnu.org> writes:

> Knute Snortum <ksnor...@gmail.com> writes:
>
>> I've run into what I think is a bug (and I couldn't find it in gitlab
>> Issues). If an acciaccatura or appoggiatura is the first note in a
>> piece, a \slurUp is not honored (it stays a down slur). Subsequent
>> notes work fine. MWE:
>>
>> %%%
>> \version "2.23.3"
>>
>> \relative c' {
>>   \acciaccatura { \slurUp d8 } c4 \acciaccatura { \slurUp d8 } c4
>>   \acciaccatura { \slurUp d8 } c4 \acciaccatura { \slurUp d8 } c4
>> }
>>
>> \relative c' {
>>   \appoggiatura { \slurUp d8 } c4 \appoggiatura { \slurUp d8 } c4
>>   \appoggiatura { \slurUp d8 } c4 \appoggiatura { \slurUp d8 } c4
>> }
>> %%%
>>
>> Is there a work-around?
>
> Start your contexts explicitly with \new Voice { ... }.

Huh, that doesn't actually help.  I wonder why.  Have to look more thoroughly.

-- 
David Kastrup

Reply via email to