]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
* Documentation/topdocs/NEWS.tely (Top): document new feature.
[lilypond.git] / ly / declarations-init.ly
index a1379dcdf8780c21b57aba40aaa173e116abf2ed..598985e8d14952341545699463c999c9a6fc3730 100644 (file)
@@ -39,6 +39,8 @@ break = #(make-event-chord (list (make-penalty-music -10001 0)))
 noBreak = #(make-event-chord (list (make-penalty-music 10001 0)))
 pageBreak = #(make-event-chord (list (make-penalty-music -10001 -10001)))
 noPageBreak = #(make-event-chord (list (make-penalty-music 0 10001)))
+stopStaff = #(make-event-chord (list (make-span-event 'StaffSpanEvent STOP)))
+startStaff = #(make-event-chord (list (make-span-event 'StaffSpanEvent START)))
 
 
 %