Roeland,
Place an \acciacatura s8 before each c4 in the alternatives. Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of Roeland Visscher Sent: Sunday, March 21, 2021 2:14 PM To: lilypond-user@gnu.org Subject: acciaccatura as first element of alternative The appended .ly file, using a acciaccatura as first element of an alternative, generates the warning message (in French) Avertissement : extension de reprise déjà présente, fin prématurée de celle-ci and a weird representation of the alternatives in the generated score. Behaviour is normal if there is only one staff, or if both staffs have an acciaccatura at start of the alternative. Anything wrong with my script? Software bug? Workaround? Thanks for your help Roeland -------------------------------- .ly file--------------------------------- \version "2.18.2" \header { title = "Acciaccature" } \score { << %VOIX 1 \new Staff { \relative c' { \clef treble \key es \major \time 11/8 \repeat volta 2 { c8([ d)] es4 es8( f4) es8([ d] es4) } \alternative { { \acciaccatura g8 as4 as4 g( f8) \acciaccatura as8 bes2 } { \acciaccatura g8 as4 as g( f8) \acciaccatura as8 bes2 } } } } %VOIX 2 \new Staff { \relative c' { \clef treble \key es \major \time 11/8 \repeat volta 2 { c4 c c4. c2 } \alternative { { c4 es d4. d2 } { %\acciaccatura b8 c4 es d4. es2 } } } } >> } ----------------------------------------------------- log file ------------------------------------------------- # -*-compilation-*- Traitement de « C:/Users/RoelandV/Documents/10 Chorale Pauline/Tragnala Mi Elena/Lilypond/acciaccatura10.ly » Analyse... Interprétation en cours de la musique... Avertissement : extension de reprise déjà présente, fin prématurée de celle-ci Pré-traitement des éléments graphiques... Détermination du nombre optimal de pages... Répartition de la musique sur une page... Dessin des systèmes... Conversion à « /Users/RoelandV/Documents/10 Chorale Pauline/Tragnala Mi Elena/Lilypond/acciaccatura10.pdf »... Compilation menée à son terme, avec succès. ---------------------------------------------------------------------------- -----