lilypond-user
[Top][All Lists]
Advanced

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

RE: acciaccatura as first element of alternative


From: Mark Stephen Mrotek
Subject: RE: acciaccatura as first element of alternative
Date: Sun, 21 Mar 2021 14:29:20 -0700

Roeland,

 

Place an \acciacatura s8 before each c4 in the alternatives.

 

Mark

 

From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr.com@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.

 

---------------------------------------------------------------------------------


reply via email to

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