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

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

Re: fonction scheme, ou contexte ou graveur perso ?


From: Daniel Cartron
Subject: Re: fonction scheme, ou contexte ou graveur perso ?
Date: Fri, 17 May 2013 21:13:41 +0200
User-agent: KMail/4.10.2 (Linux/3.8.0-21-generic; KDE/4.10.2; x86_64; ; )

Le vendredi 17 mai 2013 16:44:43 Gilles a écrit :
> > J'utilise sans cesse des \new Staff \with {
> > avec une douzaine de \override Staff...
> > 
> >     }
> 
> Depuis la 2.14, je crois (ou la 2.16 ?), il est possible de mettre en
> variable une section \with
> Du genre :
> staffSetI = \with { .... }
> staffSetII =  \with { .... }
> 
> Et après
>    \new Staff \with \staffSetI
>      \music...
>    \new Staff \with \staffSetII
>       \othermusic
> etc ...

pas évident, ton truc...

staffSetI = \with {\remove "Time_signature_engraver"}
passe sans pb, mais
staffSetI = \with {\override StaffSymbol #'line-count = #1}
provoque une erreur :
GUILE a signalé une erreur pour l'expression débutant ici
staffSetI = \with {\override StaffSymbol #'line-count = #
                                                         1}

Dommage c'était prometteur...

ha au fait je suis en 2.16.0 

-- 
Cordialement, Daniel Cartron
« Quand on ne sait pas où l'on va, il faut y aller!!...
...et le plus vite possible. »
Devise Shadock




reply via email to

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