]> git.lyx.org Git - lyx.git/blob - lib/layouts/lilypond.module
Amend 207eaeee9071cb
[lyx.git] / lib / layouts / lilypond.module
1 #\DeclareLyXModule[lilypond-book->latex]{LilyPond Music Notation}
2 #\DeclareCategory{Leisure, Sports & Music}
3 #DescriptionBegin
4 #This module adds an inset to enter LilyPond code directly into LyX.
5 #It will be processed in the output.
6 #For details, see Help > Specific Manuals > LilyPond.
7 #DescriptionEnd
8 #Excludes: sweave
9
10 # Author: Julien Rioux <jrioux@lyx.org>
11
12 Format 104
13 OutputFormat           lilypond-book
14
15 InsetLayout "Flex:LilyPond"
16         LabelString           LilyPond
17         LaTeXType             Environment
18         LaTeXName             lilypond
19         LyXType               Custom
20         Decoration            Classic
21         Font
22           Color               latex
23           Family              typewriter
24         EndFont
25         LabelFont
26           Color               latex
27           Size                Small
28         EndFont
29         MultiPar              true
30         CustomPars            false
31         ForcePlain            true
32         FreeSpacing           true
33         PassThru              true
34         ParbreakIsNewline     true
35         ForceLTR              true
36         Spellcheck            false
37         Argument 1
38           LabelString         "Options"
39           MenuString          "LilyPond Options"
40           Tooltip             "A comma-separated option list (see the LilyPond documentation for available options)."
41           Decoration          Conglomerate
42           Font
43             Color             foreground
44             Family            typewriter
45           EndFont
46           LabelFont
47             Color             foreground
48           EndFont
49       DocBookTag          IGNORE
50         EndArgument
51     DocBookNotInPara      true
52     DocBookWrapperTag     mediaobject
53     DocBookTag            textobject
54     DocBookInnerTag       programlisting
55     DocBookInnerAttr      "language='lilypond' role='fragment verbatim staffsize=16 ragged-right relative=2'"
56 End