Hi,

I'm trying to use lilypond to digitalize some of my guitar chords, and I
seem to hit a problem.

So in guitar chords it's a common to have something like
\arpeggioArrowDown next to a chord.

Currently what I have is:

\version "2.10.0"
\paper {
        ragged-right = ##t
}
\score {
        <<
        \chords {\germanChords e2:m b:m e1:m e2:m e:m b:m b:m e:m e:m}
        {
                \clef "G_8"
                \key g \major
                \time 4/4
                \teeny e'4 <g' b'>4 b4 <d' fis' a'>4 | <e' g' b'>4 r4 r4 
\normalsize b4 |
                b8 b4. e'4 e'8 e'8 | a4 a8 d'4. r8 b8 | b8 b8 b8 b8 b8 a8 g8 g8 
|
        }
        >>
        \midi{}
        % avoid the indent in the first line
        \layout{indent = 0\cm}
}

and I would like to add something like a \arpeggioArrowDown next to e1:m.

I guess this could be done using some magic macro (example: a
scripts.arpeggio.arrow.M1 and two scripts.arpeggio above it), but I do not
understand that part of lilypond yet. :)

Let me know if this is in the (excellent!) documentation, and I just
missed it.

Thanks!

Attachment: pgplUis0nrRyv.pgp
Description: PGP signature

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to