File: 300_lilypond.xml

package info (click to toggle)
scribus 1.5.8%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 179,080 kB
  • sloc: cpp: 483,300; python: 65,124; xml: 14,334; ansic: 2,484; sh: 192; perl: 95; makefile: 79
file content (28 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (8)
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>