]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/between-systems.ly
update syntax in .ly files.
[lilypond.git] / input / regression / between-systems.ly
1 \version "1.7.6"
2
3 \header{
4 texidoc="
5 The same mechanism can be  used  to force pagebreaks.
6 "
7 }
8
9
10 % In reality, you'd use #"\\newpage" instead of "(pagebreak)", of course.
11
12 \score {
13 \notes { c1
14
15         \context Score \outputproperty #(make-type-checker 'paper-column-interface)
16                 #'between-system-string = #"(pagebreak)\n\n"
17         \break
18
19 c1 }
20
21 }
22 %% new-chords-done %%