lilypond-user
[Top][All Lists]
Advanced

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

Re: Arpeggio next to a chord


From: James E. Bailey
Subject: Re: Arpeggio next to a chord
Date: Sun, 11 Jan 2009 18:08:40 +0100


Am 11.01.2009 um 15:11 schrieb Miklos Vajna:

On Sun, Jan 11, 2009 at 05:53:20AM +0100, Miklos Vajna <address@hidden> wrote:
and I would like to add something like a \arpeggioArrowDown next to e1:m.

Here is a picture about the original chord, just in case the
description would be hard to parse:

http://frugalware.org/~vmiklos/pics/photo/P1000146.JPG

Ah, well then, yes, you'd want to center column scripts.arpeggio and scripts.arpeggio.arrow.M1 in your markup.

\version "2.12.1"
\markup  \override #'(baseline-skip . -2 ) {
   \center-column {
    \center-column {
      \musicglyph #"scripts.arpeggio"
      \musicglyph #"scripts.arpeggio"
      \musicglyph #"scripts.arpeggio"
    }
    \musicglyph #"scripts.arpeggio.arrow.M1"
  }
}




reply via email to

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