lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: slurUp not honored for acciaccatura/appoggiatura if first note


From: David Kastrup
Subject: Re: slurUp not honored for acciaccatura/appoggiatura if first note
Date: Wed, 04 Aug 2021 11:50:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Knute Snortum <ksnortum@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 { ... }.

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]