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

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

Re: MIDI et accompagnement rythmique


From: Valentin Villenave
Subject: Re: MIDI et accompagnement rythmique
Date: Sun, 13 Oct 2019 12:45:57 +0000

On 10/9/19, Gerard <address@hidden> wrote:
> Et en midi, l'accompagnement en valse avec mes accords...

Je peux hacker mon exemple précédent :

% https://lists.gnu.org/archive/html/lilypond-user-fr/2019-04/msg00051.html

lh = \chordmode { c2. a:m d:m g }
rh = \fixed c'' { e2 e4 g2 e4 f4. g8 f4 e2 d4 }
valse = {\tempo 2.=60 \time 3/4 \rh }

\score {
  <<
    \new Staff \valse
    \new ChordNames \lh
  >>
  \layout{}
}

\score {
  <<
    \new Staff \valse
    \new Staff \transpose c c, <<
      \transpose c c, \reduceChords \lh
      \\ { s4 \lh }
      \\ { s2 \lh }
    >>
  >>
  \midi{}
}

%%%%%%%%

V.



reply via email to

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