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

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

Re: liaisons d'articulation et reprises


From: Pierre Perol-Schneider
Subject: Re: liaisons d'articulation et reprises
Date: Sat, 28 Jan 2017 10:42:31 +0100

Oui, raison pour laquelle il y a un "extender" dans le snippet:

\version "2.18.2"

 extendLV = #(define-music-function (parser location further) (number?)
#{
   \once \override LaissezVibrerTie.X-extent = #'(0 . 0)
   \once \override LaissezVibrerTie.details.note-head-gap = #(/ further -2)
   \once \override LaissezVibrerTie.extra-offset = #(cons (/ further 2) 0)
#})

{
  \partial 4  a8( d
  \repeat volta 2 {
    d1 ~ | d ~ | d2) r | r r4 c8( d \break
    es8 f c2. ~ | c1 ~ |  c2) r  
  }
  \alternative {
    {r2 r4 \extendLV #4 a8-\tweak Y-offset #-1 \laissezVibrer d  }
    {r2 r4 \extendLV #4 c8\laissezVibrer f  }
  }
}


Cordialement,
Pierre

Le 27 janvier 2017 à 23:49, Vincent Gay <address@hidden> a écrit :
Le 27/01/2017 à 23:45, Pierre Perol-Schneider a écrit :
Une solution:
http://lsr.di.unimi.it/LSR/Item?id=794

Merci Pierre, mais cela ne convient pas : un laissezvibrez ne concerne qu'une seule note. Ici la liaison concerne les 2 croches avant la barre de reprise.

--
Vincent Gay
Envoyé depuis mon saxo-phone :)
http://blog.vintherine.org/ - http://photos.vintherine.org/


reply via email to

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