[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Batterie et repeat percent
From: |
legoss |
Subject: |
Re: Batterie et repeat percent |
Date: |
Mon, 30 Jan 2012 02:43:44 -0800 (PST) |
Si je le présente comme cela, le problème demeure :
%%%%%%%%%%%%%
\version "2.14.2"
\new DrumStaff <<
\new DrumVoice {
\voiceOne \drummode {
\set countPercentRepeats = ##t
\repeat percent 8 {
hh4:16 hh16 hh hh \times 2/3 { hh32 hh hh } hh4:16 hh4:16
}
}
}
\new DrumVoice {
\voiceTwo \drummode {
\set countPercentRepeats = ##t
\repeat percent 8 {
bd4 r r2
}
}
}
>>
%%%%%%%%%%%%%
En revanche, en rajoutant 2 pauses, mais pas moins, ça revient à la normale
(sauf que j'ai 2 pauses à la fin de ma toche:
%%%%%%%%%%%%%
\version "2.14.2"
\new DrumStaff <<
\new DrumVoice {
\voiceOne \drummode {
\set countPercentRepeats = ##t
\repeat percent 8 {
hh4:16 hh16 hh hh \times 2/3 { hh32 hh hh } hh4:16 hh4:16
}
}
}
\new DrumVoice {
\voiceTwo \drummode {
\set countPercentRepeats = ##t
\repeat percent 8 {
bd4 r r2
}
}
r1 r
}
>>
\new DrumStaff
<<
\drummode {
\set countPercentRepeats = ##t
\repeat percent 8 {
<<
{
hh4:16 hh16 hh hh \times 2/3 { hh32 hh hh } hh4:16 hh4:16
}
\\
{
bd4 r r2
}
>>
}
r1 r
}
>>
%%%%%%%%%%%%%
--
View this message in context:
http://lilypond-french-users.1298960.n2.nabble.com/Batterie-et-repeat-percent-tp7236143p7236173.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.