]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/lilypond.module
listerrors.lyx : Update a link.
[lyx.git] / lib / layouts / lilypond.module
index 23c3ec39cbbc61175bb0a6995750970021874fe1..45421c7d305bf790b6c473e2ab886fbdca05b164 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 29
+Format 36
 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