blob: 4122c1d73db2b09a7997e57404842af12d260cc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<editorsettings description="LilyPond" icon="lilypond.png">
<executable command="lilypond --pdf" />
<imagefile extension=".pdf"/>
<empty-frame-text>
{
c' e' g' e'
}
</empty-frame-text>
<preamble>
\paper{
paper-width = $scribus_width$\pt
paper-height = $scribus_height$\pt
left-margin = 0
right-margin = 0
line-width = $scribus_width$\pt
indent = 0
top-margin = 0
page-top-space = 0
head-separation = 0
bottom-margin = 0
oddFooterMarkup=##f
oddHeaderMarkup=##f
bookTitleMarkup = ##f
scoreTitleMarkup = ##f
}
</preamble>
<postamble></postamble>
</editorsettings>
|