bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1083 in lilypond: subdivideBeams fails at the beginning of a p


From: lilypond
Subject: Re: Issue 1083 in lilypond: subdivideBeams fails at the beginning of a pattern
Date: Mon, 09 Aug 2010 07:43:28 +0000


Comment #8 on issue 1083 by tdanielsmusic: subdivideBeams fails at the beginning of a pattern
http://code.google.com/p/lilypond/issues/detail?id=1083

Carl's patch changed the syntax. Instead of beatLength we must now use baseMoment.
If you convert the minimal example with convert-ly you should get:

\relative c' {
  \set baseMoment = #(ly:make-moment 1 8)
  \set subdivideBeams = ##t
  \repeat unfold 16 { c32 d }
}

, which works. But make sure convert-ly converts the example correctly before verifying any fix that causes a syntax change (I didn't do this).

Trevor




reply via email to

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