]> git.donarmstrong.com Git - lilypond.git/blob - input/test/between-systems.ly
patch::: 1.3.113.jcn2
[lilypond.git] / input / test / between-systems.ly
1 \header{
2 texidoc="
3 The same mechanism can be  used  to force pagebreaks.
4 ";
5 }
6
7 \score {
8 \notes { c1
9
10         \context Score \outputproperty #(make-type-checker 'paper-column-interface)
11                 #'between-system-string = #"(pagebreak)\n\n"
12         \break
13
14 c1 }
15
16 }