+2003-08-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+
+ * Documentation/user/refman.itely (Beaming): add note about
+ allowBeamBreak
+
2003-08-18 Juergen Reuter <reuter@ipd.uka.de>
* lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
2003-08-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
* Documentation/topdocs/INSTALL.texi (Top): change GUILE
- requirements.
+ requirements to plain 1.6.
* buildscripts/mutopia-index.py (read_lilypond_header): update
mutopia-index.py to 1.4 syntax [sic]
between the note heads. This behavior can be tuned through the object
property @code{auto-knee-gap}.
+Normally, line breaks are forbidden when beams cross bar lines. This
+behavior can be changed by setting @code{allowBeamBreak}.
+
+@cindex @code{allowBeamBreak}
+@cindex beams and line breaks
+
@cindex beams, kneed
@cindex kneed beams
@cindex auto-knee-gap
smaller = -1
bigger = 1
center=0
-
-break = #(make-event-chord (list (make-penalty-music -10001)))
+
+%{
+
+should also set allowBeamBreak, but how to do it "portably"? (ie. also
+working with lyric sections)
+
+%}
+break =#(ly:export make-event-chord (list (make-penalty-music -10001)))
noBreak = #(make-event-chord (list (make-penalty-music 10001)))
\include "scale-definitions-init.ly"