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

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

Re: écrire sur une portée


From: Jean-Christophe D
Subject: Re: écrire sur une portée
Date: Wed, 11 Aug 2010 15:20:02 -0700 (PDT)

Bonsoir,


Xavier Scheuer wrote:
> 
> Voici une idée qui demande sûrement à être adaptée :
> 
> \score {
>   \new Staff {
>     c'1
>     \stopStaff
>     \textLengthOn
>     \once \override TextScript #'extra-offset = #'( 0 . -5 )
>     s1*2^\markup \column { "Le linceul des algues" "est la memoire des
> vivants" }
>     \textLengthOff
>     \startStaff
>     c'1
>   }
> }
> 
Peut-être l'exemple fourni vous a-t-il déjà mis sur une piste
intéressante...
Je poste ici une humble amélioration de la solution proposée, car cela
pourrait éventuellement être une base à la réponse à un second problème posé
ici ("Ajout d'une portée temporaire")...

Voici donc...
(j'ai mis le commentaire dans une variable pour une meilleure lecture)


> COMMENT = \markup \box \pad-markup #2 \column { "Le linceul des algues"
> "est la mémoire des vivants" }
> 
> \score {
>   <<
>   \new Staff {
>     c'1 c'1 c'1 c'1 \break
>     c'1 c'1 c'1 c'1
>   }
> 
>   \new Staff {
>     c'1
>     \stopStaff
>     \textLengthOn
>     \once \override TextScript #'extra-offset = #'( 0 . -7 )
>     s1^\COMMENT
> %%% ou bien directement : s1*2^\markup \box \pad-markup #2 \column { "Le
> linceul des algues" "est la mémoire des vivants" }
>     \textLengthOff
>     \startStaff
>     c'1 c'1
>     c'1 c'1 c'1 c'1
>   }
>   \new Staff {
>     c'1 c'1 c'1 c'1
>     c'1 c'1 c'1 c'1
>   }
>   >>
> }
> 
La suite dans quelques instants...

Jean-Christophe
-- 
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/ecrire-sur-une-portee-tp5386588p5414183.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

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