[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: alternatives dans le bloc repeat?
From: |
Bernard Meylan |
Subject: |
Re: alternatives dans le bloc repeat? |
Date: |
Thu, 15 Sep 2016 01:34:47 -0700 (MST) |
Et comme ça:
\version "2.18.2"
\relative c' {
\repeat volta2 {
c1 c \bar "||"
\set Score.repeatCommands = #'((volta "1"))
d d
\set Score.repeatCommands = #'((volta #f))
e e \bar "||"
\set Score.repeatCommands = #'((volta "2"))
f f\fermata \bar "||"
\set Score.repeatCommands = #'((volta #f))
c c
}
}
\relative c' {
\repeat volta 2 { c1 c}
\alternative {
{d d e e c c} {f1 f}
}
}
\markup{Ordre des mesures: 1-2-3-4-5-6-9-10-1-2-7-8}
Bernard
-----
Cordialement
Bernard
--
View this message in context:
http://lilypond-french-users.1298960.n2.nabble.com/alternatives-dans-le-bloc-repeat-tp7584172p7584173.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.