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

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

idée pour plusieurs voix et tablatures


From: leyoy
Subject: idée pour plusieurs voix et tablatures
Date: Mon, 21 May 2007 16:07:39 +0200
User-agent: Internet Messaging Program (IMP) 3.2.5

Je me suis inspiré des partitions de batterie pour que ce que proposait denis
queffeulou puisse marché. C'est compliqué mais ça marche chez moi.
Voici le code.

\version "2.10.5"

\header {
        title = "Forever"
        composer = "Ben Harper"
}

up = {
\clef "G_8"
\relative
{ \partial 8 <a, g' b>8( | <c g' c>4.) <f, a' c>8 ~ <f a' c>4. s8 |
 <g' b>8. <g b>16 ~ <g b>8 <a b>16 c b a e8 ~ e r | } }

down = {
\clef "G_8"
\relative
{ \partial 8 s8 | s2. s8 g, ~ |
g4. a8 ~ a4. s8 |} }

\new StaffGroup
        <<
        \new Staff
                <<
                \new Voice { \voiceOne \up }
                \new Voice { \voiceTwo \down }
                >>

        \new TabStaff
                <<
                \new TabVoice { \voiceOne \up }
                \new TabVoice { \voiceTwo \down }
                >>
        >>

En espérant que cela puisse servir.
Peut être y at'il de meilleurs solutions??






reply via email to

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