[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Batterie et repeat percent
From: |
Phil Hézaine |
Subject: |
Re: Batterie et repeat percent |
Date: |
Mon, 30 Jan 2012 23:03:40 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20120117 Thunderbird/9.0 |
Le 30/01/2012 11:48, legoss a écrit :
Mais voilà que ça recommence :
%%%%%%%%%%%%
\new DrumStaff
<<
\drummode {
\compressFullBarRests
\override MultiMeasureRest #'expand-limit = #1
\set countPercentRepeats = ##t
% intro
R1*8
% couplet 1
\bar"||" R1*8
% refrain
\bar"||" R1*9
% couplet 2
\bar"||"
\repeat percent 8 {
<<
{
hh4:16 hh16 hh hh \times 2/3 { hh32 hh hh } hh4:16 hh4:16
}
\\
{
bd4 r r2
}
>>
}
% refrain
\bar"||"
\repeat percent 8 {
<<
{
hh4:16 hh16 hh hh \times 2/3 { hh32 hh hh } hh4:16 hh4:16
}
\\
{
bd4 r r2
}
>>
}
r1 r
}
%%%%%%%%%%%%
Est-ce la solution si tu mets les \repeat percent à l'intérieur des
chevrons?
Ex:
<< \repeat percent 8 {
{
hh4:16 hh16 hh hh \times 2/3 { hh32 hh hh } hh4:16 hh4:16
}
\\
{
bd4 r r2
}
}
>>
Et juste pour rajouter mon grain de sel je préfère utiliser:
\voiceOne << { }
\context Voice="1" { \voiceTwo
\oneVoice
} >>
plutôt que la construction:
<< {} \\ {} >>
Phil.