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

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

Re: problème de postionnement d'accord


From: Eluze
Subject: Re: problème de postionnement d'accord
Date: Thu, 24 Jun 2010 14:08:13 -0700 (PDT)

pour positionner les accords en dessus des notes les \chords doivent
apparaître d'abord:

\score {
  << 
    \chords { … }
    \new Staff { … }
  >>
}

pour positionner les accords en dessous des notes les \chords doivent être
placés après le \new Staff:

\score {
  << 
    \new Staff { … }
    \chords { … }
  >>
}
-- 
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/probleme-de-postionnement-d-accord-tp5218804p5219609.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]