lyx_mirror/lib/layouts/lilypond.module
Scott Kostyshak 9ca91b2566 Update layouts (run layout2layout.py)
There is nothing in the diff besides the format number changing from
93 to 95. From what I understand, this is as expected since 93 -> 94
and 94 -> 95 just add new layout tags.

Updating the layouts makes it easier to test master. Otherwise, in
some use cases layout2layout can be run hundreds of times which can
make some things slow (e.g., opening documents or even opening the
advanced find pane).
2021-10-25 12:37:21 -04:00

56 lines
1.6 KiB
Plaintext

#\DeclareLyXModule[lilypond-book->latex]{LilyPond Music Notation}
#\DeclareCategory{Leisure, Sports & Music}
#DescriptionBegin
#This module adds an inset to enter LilyPond code directly into LyX.
#It will be processed in the output. See the lilypond.lyx example file.
#DescriptionEnd
#Excludes: sweave
# Author: Julien Rioux <jrioux@lyx.org>
Format 95
OutputFormat lilypond-book
InsetLayout "Flex:LilyPond"
LabelString LilyPond
LaTeXType Environment
LaTeXName lilypond
LyXType Custom
Decoration Classic
Font
Color latex
Family typewriter
EndFont
LabelFont
Color latex
Size Small
EndFont
MultiPar true
CustomPars false
ForcePlain true
FreeSpacing true
PassThru true
ParbreakIsNewline true
ForceLTR true
Spellcheck false
Argument 1
LabelString "Options"
MenuString "LilyPond Options"
Tooltip "A comma-separated option list (see the LilyPond documentation for available options)."
Decoration Conglomerate
Font
Color foreground
Family typewriter
EndFont
LabelFont
Color foreground
EndFont
DocBookTag IGNORE
EndArgument
DocBookNotInPara true
DocBookWrapperTag mediaobject
DocBookTag textobject
DocBookInnerTag programlisting
DocBookInnerAttr "language='lilypond' role='fragment verbatim staffsize=16 ragged-right relative=2'"
End