]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / ly / declarations-init.ly
index 1e47fb9e657b85ee56f71a8a5dcf32c5f240f682..92ec2ee052f7b42b471375391bc670d7a130388c 100644 (file)
@@ -32,14 +32,19 @@ working with lyric sections)
 %% rather name \newline, \newpage ?
 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)))
+pageBreak = #(make-event-chord (list (make-penalty-music -10001 -10001)))
+pagebreak = \pageBreak % ugh.
+noPageBreak = #(make-event-chord (list (make-penalty-music 0 10001)))
+noPagebreak = \noPageBreak % ugh
 
 noBeam = #(make-music 'BeamForbidEvent) 
 pipeSymbol = #(make-music 'BarCheck)
 
+foo = \notes { \pageBreak }
+
 \include "scale-definitions-init.ly"
 
+
 melisma = #(make-span-event 'ManualMelismaEvent START)
 melismaEnd = #(make-span-event 'ManualMelismaEvent STOP)