]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/lilypond.module
Update tex2lyx test files
[lyx.git] / lib / layouts / lilypond.module
index c34132f22e12a2c5080af4483f287964e3d6340f..342d07e4925aca2ce62d04d3680737a86d710028 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 31
+Format 40
 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