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

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

Re: Plusieurs fichiers en un seul


From: Xavier Scheuer
Subject: Re: Plusieurs fichiers en un seul
Date: Tue, 20 Oct 2009 15:52:26 +0200

Le 20 octobre 2009 13:10, Marc Lanoiselée
<address@hidden> a écrit :
> Heu pas très élégant, aprèsun bloc
> \score {
> ................

Sinon il y a la commande \vspace #2 (changer le nombre) qui, comme son
nom l'indique, insère un espace vertical.

Elle n'est pas encore incluse dans lilypond (ce sera pour la prochaine
version, Valentin a envoyé le patch le 5 octobre) donc il faudra la
définir avant de l'utiliser :

#(define-markup-command (vspace layout props amount) (number?)
  "This produces a invisible object taking vertical space."
  (let ((amount (* amount 3.0)))
    (if (> amount 0)
        (ly:make-stencil "" (cons -1 1) (cons 0 amount))
        (ly:make-stencil "" (cons -1 1) (cons amount amount)))))


Xavier




reply via email to

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