]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/lilypond.module
new module: Multilingual captions
[lyx.git] / lib / layouts / lilypond.module
index 956dff7e2ce60631c6afd0f6d08ed65fe7521662..cddaa3fa9655227de58ea91baf74bbb39aca516e 100644 (file)
@@ -3,13 +3,14 @@
 #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@physics.utoronto.ca>
 
-Format 33
+Format 35
 OutputFormat           lilypond-book
 
-InsetLayout LilyPond
+InsetLayout "Flex:LilyPond"
        LabelString           LilyPond
        LaTeXType             Environment
        LaTeXName             lilypond
@@ -30,4 +31,5 @@ InsetLayout LilyPond
        PassThru              true
        ParbreakIsNewline     true
        ForceLTR              true
+       Spellcheck            false
 End