[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: acciaccatura in grace
From: |
Thomas Morley |
Subject: |
Re: acciaccatura in grace |
Date: |
Tue, 13 Oct 2015 00:19:47 +0200 |
2015-10-12 23:18 GMT+02:00 Mario Moles <address@hidden>:
> Hi!
>
> How do like the image?
>
> This is not working:
>
> <a, cs fs>8[ \grace {fs'16( gs) fs es fs gs fs \acciaccatura {<fs-2>} ds'}
> ds16. cs32]
Pretty ugly coding, but maybe:
\relative c''' {
\stemUp
<a, cis fis>8[
<<
\grace {
\slurDown fis'16([ gis) fis eis fis gis fis dis']
}
\\
\acciaccatura {s16*6 s32 \stemUp <fis,-2>8*1/4 \once \hideNotes dis'16 }
>>
dis16. cis32]
}
HTH,
Harm