Added as http://code.google.com/p/lilypond/issues/detail?id=1706

--
Phil Holmes


  ----- Original Message ----- 
  From: Stefan Thomas 
  To: lilypond-user 
  Sent: Thursday, June 23, 2011 12:31 PM
  Subject: beaming problem in 2.14


  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
  lilypond-user@gnu.org
  https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to