]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/lilypond.module
Update tex2lyx test files
[lyx.git] / lib / layouts / lilypond.module
index 45470a83f99ef9f4075dcdabd57f56306126fbd2..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 28
+Format 40
 OutputFormat           lilypond-book
 
-InsetLayout LilyPond
+InsetLayout "Flex:LilyPond"
        LabelString           LilyPond
        LaTeXType             Environment
        LaTeXName             lilypond
@@ -28,5 +29,7 @@ InsetLayout LilyPond
        ForcePlain            true
        FreeSpacing           true
        PassThru              true
+       ParbreakIsNewline     true
        ForceLTR              true
+       Spellcheck            false
 End