|
From: | Christophe Pochon |
Subject: | Re: Barres de ligature sur rythme pointé |
Date: | Thu, 12 Feb 2015 07:42:33 +0100 |
\version "2.18.2"
dd= \set Timing.beatStructure = #'(2 2)
qq=\set Timing.beatStructure = #'(1 1 1 1)
\relative c''
{
\time 4/4
\set Timing.beamExceptions = #'()
\dd
a2 a8. a16 a8. a16
\repeat unfold 8 a8
\tuplet 3/2 4 {\repeat unfold 12 a8}
\repeat unfold 16 a16
\dd
a2 a8. a16 a8. a16
\set Timing.beatStructure = #'(1 1 2)
\tuplet 3/2 4 {\repeat unfold 6 a8} a8. a16 a8. a16
}
Et ainsi :\version "2.18.2"
\relative c''
{
\time 4/4
\set Timing.beamExceptions = #'()
\set Timing.beatStructure = #'(2 2)
a2 a8. a16 a8. a16
\set Score.beamExceptions = #'(( end . ( ((1 . 8) . (4 4)) ((1 . 12) . (3 3 3 3)) ((1 . 16) . (4 4 4 4)) )))
\repeat unfold 8 a8
\tuplet 3/2 4 {\repeat unfold 12 a8}
\repeat unfold 16 a16
\set Timing.beamExceptions = #'()
a2 a8. a16 a8. a16
}
?
Le 12 février 2015 06:58, Philhar <address@hidden> a écrit :Bonjour Pierre et Christophe,
Merci pour ces indications. Le rythme croches pointées / doubles s'imprime
correctement.
Mais dans la partition, il y a également des triolets de croches (à imprimer
par groupes de 3), des doubles croches ( par 4), et des croches (par 4
également).
En précisant \set Score.beamExceptions = #'(( end . (
((1 . 8) . (4 4))
((1 . 12) . (3 3 3 3))
((1 . 16) . (4 4 4 4)) )) )
j'obtiens le bon résultat pour les croches - triolets - doubles, mais plus
pour les croches pointées / doubles...
Voici le code complet:
\version "2.18.2"
\relative c''
{
\time 4/4
\set Timing.beamExceptions = #'() \set Timing.beatStructure = #'(2 2)
\set Score.beamExceptions = #'(( end . ( ((1 . 8) . (4 4)) ((1 . 12) . (3 3
3 3)) ((1 . 16) . (4 4 4 4)) )))
a2 a8. a16 a8. a16
\repeat unfold 8 a8
\tuplet 3/2 4 {\repeat unfold 12 a8}
\repeat unfold 16 a16
}
Cordialement,
Michel
--
View this message in context: http://lilypond-french-users.1298960.n2.nabble.com/Barres-de-ligature-sur-rythme-pointe-tp7582216p7582226.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.
_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user-fr
[Prev in Thread] | Current Thread | [Next in Thread] |