[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: indication métronomique swing
From: |
Jmechmech |
Subject: |
Re: indication métronomique swing |
Date: |
Thu, 4 Sep 2014 04:48:20 -0700 (PDT) |
Oups, le rythme demandé est : 2 croches = croche pointée double (et non 2
croches = noire croche)
re-le code :
/\version "2.16.2"
markRythmSchuffle = \mark \markup {
\score {
\relative c' {
\tiny
d8 d
\once\override TextScript #'extra-offset = #'(0 . -1.5) %pour deplacer
le signe "="
s2_\markup { \fontsize #3 "=" }
d8. d16
}
\layout {
\context {
\Score
\remove "System_start_delimiter_engraver"
}
\context {
\Staff
\remove "Staff_symbol_engraver"
\remove "Time_signature_engraver"
\remove "Clef_engraver"
}
}
}
}
% debut de la partition
\relative c'' {
\markRythmSchuffle
c4 c d d e e f
}/
--
View this message in context:
http://lilypond-french-users.1298960.n2.nabble.com/indication-metronomique-swing-tp7581623p7581626.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.