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

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

Re: Alignement vertical des marques


From: Eluze
Subject: Re: Alignement vertical des marques
Date: Sun, 2 Jun 2013 01:11:44 -0700 (PDT)

FredericM wrote
> Bonjour
> 
> Dans l'exemple :
> \relative c'
> {
>  \time 6/8
>  \clef treble
>   c4_"|"  c8 c'8_"|" a f r4_"|" c8 c4._"|" \bar  "|." 
> }
>  
> Je mets un trait au début de chaque temps pour marquer la pulsation, mais
> je n'arrive pas à aligner verticalement ces traits (qu'ils soient tous sur
> une même ligne horizontale). Quelqu'un a-t-il une solution, svp ?

qc comme

\relative c' {
  \new Staff <<
    \time 6/8
    \new Voice {
      c4 c8 c'8  a f r4  c8 c4.
    }
    \new Dynamics {
      \repeat unfold 4 s4. _"|"
      \bar  "|."
    }
  >>
}

Eluze



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Alignement-vertical-des-marques-tp7579894p7579897.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]