lilypond-user
[Top][All Lists]
Advanced

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

Arpeggio next to a chord


From: Miklos Vajna
Subject: Arpeggio next to a chord
Date: Sun, 11 Jan 2009 05:53:20 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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: pgpH_xUa4_OGS.pgp
Description: PGP signature


reply via email to

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