lilypond-user
[Top][All Lists]
Advanced

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

Re: Crescendo over repeated measures using percents


From: Jay Anderson
Subject: Re: Crescendo over repeated measures using percents
Date: Wed, 9 Feb 2011 22:33:54 -0700

On Wed, Feb 9, 2011 at 10:22 PM, Ben Finney
<address@hidden> wrote:
> The trouble is, I also needs a crescendo from the beginning to the end
> of those four measures. How can I get that result?

\version "2.13.49"

\new Staff
{
  \new Voice \relative c'
  {
    <<
      \repeat percent 4 { c8.-> c16-> c8. c16 c8. c16 c8. c16 }
      {s1\< s s s s1*0\!}
    >>
  }
}

-----Jay



reply via email to

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