]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/lilypond.module
DocBook: add DocBookInnerTag and family.
[lyx.git] / lib / layouts / lilypond.module
index 26f0965094189c996d28d7c89b8c007b5224ac4a..1a1c102f81aa6e72d0d21d6c2487717fcd35d1a4 100644 (file)
@@ -1,16 +1,17 @@
-#\DeclareLyXModule[lilypond-book->latex]{LilyPond Book}
+#\DeclareLyXModule[lilypond-book->latex]{LilyPond Music Notation}
+#\DeclareCategory{Leisure, Sports & Music}
 #DescriptionBegin
 #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 34
+Format 84
 OutputFormat           lilypond-book
 
-InsetLayout LilyPond
+InsetLayout "Flex:LilyPond"
        LabelString           LilyPond
        LaTeXType             Environment
        LaTeXName             lilypond
@@ -31,4 +32,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