]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/spacing/page-layout-twopass.ly
66255cfb61b061b37bcd30f17ee800a15eaf544e
[lilypond.git] / input / lsr / spacing / page-layout-twopass.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 Page breaking details can be stored for later reference.
6
7 (you should run this snippet on your own computer; we cannot compute
8 the two-pass layout here)
9 " }
10
11 \paper  {
12   #(define write-page-layout #t)
13 }
14
15 bla = \new Staff {
16   c1 c1
17   \break
18   \grace { c16 } c1\break
19   \repeat unfold 5 \relative { c1 c1 c1 }
20 }
21
22
23 \book {
24   \score {
25     \bla
26     \layout {
27       #(define tweak-key "blabla")
28     }
29   }
30 }
31
32 tweakFileName = #(format "~a-page-layout.ly" (ly:parser-output-name parser))
33
34 #(newline)
35
36 #(ly:progress "Contents of: '~a'" (ly:gulp-file tweakFileName))