lilypond-user
[Top][All Lists]
Advanced

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

Re: Dealing with almost-repetitive stuff


From: Evan Driscoll
Subject: Re: Dealing with almost-repetitive stuff
Date: Sat, 02 Mar 2013 12:01:50 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

On 03/02/2013 02:59 AM, Felix Janda wrote:
Something like the following?

Looks like we both came up with the same solution at a similar time. Thanks very much nonetheless; with David Kastrup's earlier post saying that it should work out fine, this idea rocks.

Evan


--------------------------------

\version "2.16.0"

melody = \relative c'' {a4 b c d e1}

\new Staff {
        \melody
        <<\melody s4\p>>
        <<\melody s4-\markup {\italic pizz.}>>
        <<\melody {s4\< s2. s1\!}>>
}

--------------------------------

Felix




reply via email to

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