]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/lilypond.module
Update docs to 2.2.0beta1 format
[lyx.git] / lib / layouts / lilypond.module
index acac9201211816d9f1aa9b5542bb37a5885bf12d..c72dce0faece2afbdf66b6f35e6869014ab0e3ed 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>
+# Author: Julien Rioux <jrioux@lyx.org>
 
-Format 32
+Format 59
 OutputFormat           lilypond-book
 
-InsetLayout LilyPond
+InsetLayout "Flex:LilyPond"
        LabelString           LilyPond
        LaTeXType             Environment
        LaTeXName             lilypond
@@ -30,4 +31,18 @@ InsetLayout LilyPond
        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             black
+           Family            typewriter
+         EndFont
+         LabelFont
+           Color             black
+         EndFont
+       EndArgument
 End