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: Felix Janda
Subject: Re: Dealing with almost-repetitive stuff
Date: Sat, 2 Mar 2013 09:59:06 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Something like the following?

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

\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]