]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
* stepmake/aclocal.m4: version check patch (thanks MWD)
[lilypond.git] / ly / declarations-init.ly
index 027849b88ca0a6c0c23f89256f0b12e7a1d9f247..4ed75b741857838a914aee3c16b57a309cf1ac85 100644 (file)
@@ -46,6 +46,7 @@ pageTurn = #(make-event-chord (list
                                (make-music 'PageBreakEvent 'break-permission 'force)
                                (make-music 'PageTurnEvent 'break-permission 'force)))
 noPageTurn = #(make-event-chord (list (make-music 'PageTurnEvent 'break-permission '())))
+allowPageTurn = #(make-event-chord (list (make-music 'PageTurnEvent 'break-permission 'allow)))
 
 stopStaff = #(make-event-chord (list (make-span-event 'StaffSpanEvent STOP)))
 startStaff = #(make-event-chord (list (make-span-event 'StaffSpanEvent START)))
@@ -108,7 +109,7 @@ partCombineListener = \layout {
     \context {
        \Score
        skipTypesetting = ##t
-       ignoreBarChecks = ##t 
+       ignoreBarChecks = ##t
     }
 }