lilypond-user
[Top][All Lists]
Advanced

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

Problem with `\acciaccatura` and `\cueDuring`


From: Werner LEMBERG
Subject: Problem with `\acciaccatura` and `\cueDuring`
Date: Wed, 15 Feb 2023 19:34:11 +0000 (UTC)

Consider this example.

```
fluteNotes = \relative {
  r2. c''4 |
  d8 \acciaccatura e c d e fis2 |
  g2 d |
}

oboeNotes = \relative c'' {
  R1 |
  \cueDuring "flute" #UP { R1 } |
  g2 d |
}

\addQuote "flute" { \fluteNotes }

<<
  \new Staff \fluteNotes
  \new Staff \oboeNotes
>>
```

As can be seen, the acciaccatura neither has a slash nor a slur if
quoted.  While it is (kind-of) acceptable that the slur gets
omitted[*], it's not ok that the slash is missing, especially if the
grace note's stem is overly long.

Is there a possibility to get the slash in an automated way (i.e., by
not being forced to replace `\cueDuring` with a manually added
`CueVoice`)?


    Werner


[*] AFAIK, I could change this globally by adding `slur-event` to
    `quotedCueEventTypes`, but this would bring in all legato slurs,
    too.

PNG image


reply via email to

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