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

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

Re: arpège + superposition


From: Seventies
Subject: Re: arpège + superposition
Date: Wed, 16 Jan 2013 12:25:22 -0800 (PST)

Ou quelque chose comme ceci ?

\new Staff{
  \relative c' {
    <<{
      \voiceTwo
      \once \override Arpeggio #'positions = #'(-9 . -0.5)
      <g, d' bes' g'>4 \arpeggio
    }
    \new Voice {
      \times 2/3 { g''8 fis g}
    }>>
  }
}

L'accord est ainsi rattaché au triolet
Pour qu'il ne soit pas attaché, il suffit de supprimer la dernière note de
l'arpège :

\new Staff{
  \relative c' {
    <<{
      \voiceTwo
      \once \override Arpeggio #'positions = #'(-9 . -0.5)
      <g, d' bes'>4 \arpeggio
    }
    \new Voice {
      \times 2/3 { g''8 fis g}
    }>>
  }
}

<http://lilypond-french-users.1298960.n2.nabble.com/file/n7578957/arpege1.jpg> 

<http://lilypond-french-users.1298960.n2.nabble.com/file/n7578957/Arpege2.jpg> 



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/arpege-superposition-tp7578950p7578957.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]