]> git.lyx.org Git - lyx.git/blob - lib/layouts/lilypond.module
Whitespace only.
[lyx.git] / lib / layouts / lilypond.module
1 #\DeclareLyXModule[lilypond-book->latex]{LilyPond Book}
2 #DescriptionBegin
3 #This module adds an inset to enter LilyPond code directly into LyX.
4 #It will be processed in the output. See the lilypond.lyx example file.
5 #DescriptionEnd
6
7 # Author: Julien Rioux <jrioux@physics.utoronto.ca>
8
9 Format 33
10 OutputFormat           lilypond-book
11
12 InsetLayout LilyPond
13         LabelString           LilyPond
14         LaTeXType             Environment
15         LaTeXName             lilypond
16         LyXType               Custom
17         Decoration            Classic
18         Font
19           Color               latex
20           Family              typewriter
21         EndFont
22         LabelFont
23           Color               latex
24           Size                Small
25         EndFont
26         MultiPar              true
27         CustomPars            false
28         ForcePlain            true
29         FreeSpacing           true
30         PassThru              true
31         ParbreakIsNewline     true
32         ForceLTR              true
33 End