MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / page-layout-manual-position.ly
blob2335c6979d2be2f83d29f52bd1d4aca1d71cdd0c
1 \header {
3 texidoc = "By setting @code{Y-offset} and @code{X-offset} for the
4 @code{line-break-system-details} of @code{NonMusicalPaperColumn},
5 systems may be placed absolutely on the printable area of the page."
7 tagline = "this is the tagline"
11 \version "2.12.0"
13 #(set-default-paper-size "a6" 'portrait)
15 \paper {
16 line-width = 5.0\cm
17 headerMarkup = "header"
18 indent =0.0
19 annotate-spacing = ##f
20 annotate-page = ##t
21 annotate-headers = ##t
24 \book {
25 \score {
27 \overrideProperty
28 #"Score.NonMusicalPaperColumn"
29 #'line-break-system-details
30 #'((Y-offset . 0.0))
31 c1 c1 \break
34 \overrideProperty
35 #"Score.NonMusicalPaperColumn"
36 #'line-break-system-details
37 #'((Y-offset . 62.0)
38 (X-offset . 8.0)
40 c1 c1