]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-layout-twopass.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / page-layout-twopass.ly
1 \header
2 {
3   texidoc = "Page breaking details can be stored for later reference." 
4 }
5
6 \version "2.12.0"
7
8 \paper  {
9   #(define write-page-layout #t)
10 }
11 bla = \new Staff {
12   c1 c1
13   \break
14   \grace { c16 } c1\break
15   \repeat unfold 5 \relative { c1 c1 c1 }
16 }
17
18
19 \book {
20   \score {
21     \bla
22     \layout {
23       #(define tweak-key "blabla")
24     }
25   }
26 }
27
28 tweakFileName = #(format "~a-page-layout.ly" (ly:parser-output-name parser))
29
30 #(newline)
31
32 #(ly:progress "Contents of: '~a'" (ly:gulp-file tweakFileName))