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


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to