lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: \alternative au milieu d'une phrase


From: Martial
Subject: Re: \alternative au milieu d'une phrase
Date: Fri, 30 Oct 2015 09:23:47 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Bonjour,

Il faut fermer les repeat volta  avant alternative

{
  \set Score.currentBarNumber = #1
   \tempo "Caprice" \time 3/8

   \repeat volta 2 {
       R4.*2
  } % fermer ici
   \alternative
   {
     {c8 e f}
     {c e f}
   }
   g4 f8 e4 d8 c a f
   g4. c4. \bar ":..:"


  \repeat volta 2
  {

   R4.*2
  }  % fermer ici
   \alternative
   {
     {a'8 c d}
     {a c d
     }
   e4 d8 c4 b8 a4 d,8 e4 e,8 a a b c c d
   e e f g e c f f e d d c b4 c8 g4. c \bar ":|."
   }


Le 30/10/2015 08:50, Mathilde2 a écrit :
Bonjour à tous, comment fait-on pour mettre une \alternative au milieu d'une
phrase? Le code suivant me donne une erreur à la compilation. Merci.

Mathilde


  {\set Score.currentBarNumber = #1
    \tempo "Caprice" \time 3/8

    \repeat volta 2
   {{

    R4.*2

    \alternative
    {{c8 e f} {c e f}} g4 f8 e4 d8 c a f
    g4. c4. \bar ":..:"}}

   \repeat volta 2
   {

    R4.*2
    %\alternative
    {{a'8 c d} {a c d}} e4 d8 c4 b8 a4 d,8 e4 e,8 a a b c c d
    e e f g e c f f e d d c b4 c8 g4. c \bar ":|."}  \break


      }



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/alternative-au-milieu-d-une-phrase-tp7583422.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.

_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user-fr




reply via email to

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