]> git.donarmstrong.com Git - lilypond.git/blob - input/test/between-systems.ly
patch::: 1.3.88.mb1: Re: Page fill
[lilypond.git] / input / test / between-systems.ly
1
2 \score {
3 \notes { c1
4
5         \context Score \outputproperty #(make-type-checker 'paper-column-interface)
6                 #'between-system-string = #"(pagebreak)\n\n"
7         \break
8
9 c1 }
10
11 }