allowBeamBreak problem

2003-09-18 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > lilypond 1.8.0 > RedHat 9 on x86 > > the following code gives errors on processing: > > \score { \notes \relative c'' { > \property Score.allowBeamBreak = ##t > \time 3/16 c16-[ d e \break f-] c-[ d \break > \time 2/16 e f-] > } > \paper { raggedright = ##t } > } > >

allowBeamBreak problem

2003-09-17 Thread plutek
lilypond 1.8.0 RedHat 9 on x86 the following code gives errors on processing: \score { \notes \relative c'' { \property Score.allowBeamBreak = ##t \time 3/16 c16-[ d e \break f-] c-[ d \break \time 2/16 e f-] } \paper { raggedright = ##t } } however, if the first "\break" is removed, it processe