lilypond-user
[Top][All Lists]
Advanced

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

Re: beaming problem in 2.14


From: David Bobroff
Subject: Re: beaming problem in 2.14
Date: Thu, 23 Jun 2011 12:14:26 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10

On 6/23/2011 11:31 AM, Stefan Thomas wrote:
Dear community,
the following code works fine in 2.12.3. but doesn't in 2.14.1.
Is there a possibility to get it working in 2.14.1?

\version "2.14.1"

music = {
  \clef bass r2 r4 r8 f,
  r2 r4 g,8 r
  r4 f, 8 r8 r2
}

beams = {
  \repeat "unfold" 24 { s8[ s ] s[ s]} % this line causes the error!
}

\new Staff {
  \context Voice << { \beams } { \music}>>
}
_______________________________________________ lilypond-user mailing list address@hidden https://lists.gnu.org/mailman/listinfo/lilypond-user

I don't understand what you're after here.  The 'beams' definition adds up to 12 measures of beaming, much of which takes place in the middle of rests, while the music itself is only three measures.

-David

reply via email to

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