lilypond-user
[Top][All Lists]
Advanced

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

Re: Arpeggio confusion


From: Xavier Scheuer
Subject: Re: Arpeggio confusion
Date: Sun, 10 Jan 2021 08:20:45 +0100

On Sun, 10 Jan 2021 at 00:25, Kieren Diment <diment@gmail.com> wrote:
>
> I think this should be an obvious thing, but I can't for the life of me find how to print out chords as individual notes.  Can anyone help illuminate?
>
> Minimal example below.
>
>
> \version "2.18.2"
> \score {
>   \relative c'' {
>     % output a chord
>     \chordmode { c1:m7 } \break
>     % output the notes of the chord individually - how to do this more sentibly?
>   c,8 ees g bes r2
> }
>   \layout {}
>   }

Hi Kieren,

To articulate arpeggios into consecutive notes you could use as a basis the code from Thomas Morley in this thread:
https://lists.gnu.org/archive/html/lilypond-user/2020-12/msg00052.html

The goal was to do that for the MIDI but in your case you could use it to print out these chords.

Cheers,
Xavier

-- 
Xavier Scheuer <x.scheuer@gmail.com>


reply via email to

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