lilypond-user-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Barres de ligature sur rythme pointé


From: Pierre Perol-Schneider
Subject: Re: Barres de ligature sur rythme pointé
Date: Wed, 11 Feb 2015 13:09:38 +0100

Bonjour Michel, bonjour Christophe,

Le 11 février 2015 12:13, Christophe Pochon <address@hidden> a écrit :
 

\version "2.18.2"

{

\overrideTimeSignatureSettings

4/4 % timeSignatureFraction

2/4 % baseMomentFraction

#'(2 2) % beatStructure

#'() % beamExceptions

\time 4/4

a2 a8. a16 a8. a16

}

 
Je ne suis pas d'accord ; si le 'baseMomentFraction' est de 2/4 (soit 1/2) le 'beatStructure' est de #'(1 1) :

\version "2.18.2"

{
  \overrideTimeSignatureSettings
  4/4 % timeSignatureFraction
  2/4 % baseMomentFraction ou 1/2
  #'(1 1) % beatStructure
  #'() % beamExceptions
  \time 4/4
  a2 a8. a16 a8. a16
}

D'autre part, dans une métrique 4/4, le 'baseMomentFraction' étant de 1/4, on peut tout simplement écrire :

\version "2.18.2"

{
  \time 4/4
  \set Timing.beamExceptions = #'()
  \set Timing.beatStructure = #'(2 2)
  a2 a8. a16 a8. a16
}


Cordialement,
Pierre

reply via email to

[Prev in Thread] Current Thread [Next in Thread]