]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Beaming): add note about
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 18 Aug 2003 11:40:46 +0000 (11:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 18 Aug 2003 11:40:46 +0000 (11:40 +0000)
allowBeamBreak

ChangeLog
Documentation/user/refman.itely
ly/declarations-init.ly

index 095ba888cfd74b4c75f10fce2924353bafec6ca0..1171f0b19d40602978a31a80c5045b9919e14087 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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]
index e7f41991d61d82b9f43cd8b1bbc99f50dacab34d..cba52fd95bee4f7a613b038fc4bb3e5eaf1be758 100644 (file)
@@ -1297,6 +1297,12 @@ Kneed beams are inserted automatically, when a large gap is detected
 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
index e434054613fc787ddcccf39dfdd0cdd2bd5d3a32..f7559876793af3b3e128bce2c8b5426b9649ab19 100644 (file)
@@ -18,8 +18,14 @@ stop = 1
 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"