]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
Update .ly files.
[lilypond.git] / ly / declarations-init.ly
index 20fbce4523414da65cab0a89f5bf7c6c59b3048f..f822e0f3dea4ba7ca32ae47a53674b3feb3d728f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.12.0"
 
 %% < 1.8 compatibility switch
 #(ly:set-option 'old-relative)
@@ -31,10 +31,10 @@ bigger = #1
 center = #0
 
 %% FIXME
-%% should also set allowBeamBreak, but how to do it "portably"? (ie. also
+%% should also set \override Beam #'breakable, but how to do it "portably"? (ie. also
 %% working with lyric sections)
 %%
-%% try \once \set Score.allowBeamBreak = ##t
+%% try \once \override Score.Beam #'breakable = ##t
 
 %% rather name \newline, \pageBreak ?
 break = #(make-event-chord (list (make-music 'LineBreakEvent 'break-permission 'force)))