]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/web/examples/example-header.ily
Web: tune second navigation bar and complete i18n
[lilypond.git] / Documentation / web / examples / example-header.ily
1 \version "2.11.33"
2 \paper{
3   indent=0\mm
4   ragged-last=##f
5   ragged-right=##f
6   line-width=158\mm  % produces 624 pixels
7   oddFooterMarkup=##f
8   oddHeaderMarkup=##f
9   bookTitleMarkup = ##f
10   scoreTitleMarkup = ##f
11 }
12
13 \layout {
14   \context { \Score
15     \override PaperColumn #'keep-inside-line = ##t
16     \override NonMusicalPaperColumn #'keep-inside-line = ##t
17   }
18 }
19
20