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

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

Re: Aligner de courts extraits sur une ligne


From: Eluze
Subject: Re: Aligner de courts extraits sur une ligne
Date: Fri, 30 Apr 2010 00:56:57 -0700 (PDT)


BaudouinB wrote:
> 
> Bonjour
> \begin{lilypond}
>      \relative c'' {
>       #(set-time-signature 5 8 '(3 2))
>       r4 e4.~^\markup{ \italic {poco marcato}}\p\( e4 d\< e8\!\) 
>       e4\>--( a,4.\!~ a4)
>       
>       % INSERER ESPACE HORIZONTAL
>       
>       \relative c {
>       #(set-time-signature 5 8 '(3 2))
>       \clef bass
>       a8^\markup{ \italic {sempre legato}}\p\( c b-- e a\)
>       a,8\( c b-- e a\)}      
>      }
>      \end{lilypond}
> 
bonjour 

il y a:
  % INSERER ESPACE HORIZONTAL
  \stopStaff s 8*5 \startStaff 

ou utiliser la construction:

\markup {
  \score {
    {… les notes …} 
    \layout{}
    }
  \score {
    {… les notes …} 
    \layout{}
    }
  % etc.
}


-- 
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Aligner-de-courts-extraits-sur-une-ligne-tp4984287p4984407.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]