[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Abréviaion de notes
From: |
Valentin Villenave |
Subject: |
Re: Abréviaion de notes |
Date: |
Tue, 12 May 2020 17:34:13 +0200 |
On 5/12/20, gegeours <address@hidden> wrote:
> Je dois être fatigué mais je ne trouve pas comment faire cette abréviation
> comme l'indique l'image ci-dessous :
> <http://lilypond-french-users.1298960.n2.nabble.com/file/t395625/Ecran12.png>
C’est un trémolo. Vous pouvez voir comment ça se joue en remplaçant
"tremolo" par "unfold" dans le code ci-dessous :
{
\clef bass
\key e \major
b,8 <gis b e'> q b, b, <fis b dis'> q b,
\repeat tremolo 8 { b,32 <eis gis d'>~ }
q8 r r4
}
Cordialement,
V. V.