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

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

Re: alternatives au milieu d'une reprise


From: Pierre Perol-Schneider
Subject: Re: alternatives au milieu d'une reprise
Date: Sat, 15 Jun 2013 13:22:46 +0200

Oups, oubli d'une double barre ...

voilà, c'est mieux présenté comme ça :

\relative c'' {
s1*2
\set Score.voltaSpannerDuration = #(ly:make-moment 4 4)
\repeat volta 2 {
 s1*2
 \bar "||"
 \set Score.repeatCommands = #'((volta #f) (volta "1.") 'start-repeat)
 s1*2
 \bar "||"
 \set Score.repeatCommands = #'((volta #f) (volta "2.") 'start-repeat)
 s1*2
 \bar "||"
 \set Score.repeatCommands = #(list (list 'volta #{\markup\text\italic { Fine. }#}) 'end-repeat)
 s1*2
 \set Score.repeatCommands = #'((volta #f))
  s1*4
}
}

Pierre

reply via email to

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