lilypond-user
[Top][All Lists]
Advanced

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

Re: snippet to automatically elaborate a bass line


From: Valentin Villenave
Subject: Re: snippet to automatically elaborate a bass line
Date: Sat, 2 Feb 2019 06:11:42 +0000

On 1/30/19, Gianmaria Lari <address@hidden> wrote:
> Is there any snippet that automatically convert the chord accompaniment at
> the bass in something a bit more elaborate for the midi?

Greetings,
something like that?

%%%%%

\version "2.19.82"
lh = \chordmode { c4 a:m d:m g }
rh = \fixed c' { e8-. e-. g-. e-. f16 g f e~ e8 d-. }

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

\score {
  <<
    \new Staff \rh
    \new Staff \transpose c c, <<
      \transpose c c, \reduceChords \lh
      \\ { s8 \lh }
    >>
    \new ChordNames \lh
  >>
  \midi{}
}

%%%%%%%

Cheers,
V.



reply via email to

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