lilypond-user
[Top][All Lists]
Advanced

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

Arpeggio confusion


From: Kieren Diment
Subject: Arpeggio confusion
Date: Sun, 10 Jan 2021 10:13:23 +1100

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 {}
  }


reply via email to

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