File: scoreeditor.ly

package info (click to toggle)
zim 0.76.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,952 kB
  • sloc: python: 68,612; xml: 1,270; javascript: 512; sh: 101; makefile: 47
file content (17 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\header {
        tagline = ##f
}
[% version %]
\paper {
        raggedright = ##t
        raggedbottom = ##t
        indent = 0\mm
}

[% include_header %]

[% score %]

[% include_footer %]

\layout { }