]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/lilypond.module
Fix typos in comments
[lyx.git] / lib / layouts / lilypond.module
index fe4012ef8a62eacb3b206db8f015e15728dc8ba9..b542b893f17d0c008bc6bbf545111746c8d0e31e 100644 (file)
@@ -1,13 +1,14 @@
-#\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 41
+Format 98
 OutputFormat           lilypond-book
 
 InsetLayout "Flex:LilyPond"
@@ -32,4 +33,23 @@ InsetLayout "Flex:LilyPond"
        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             foreground
+           Family            typewriter
+         EndFont
+         LabelFont
+           Color             foreground
+         EndFont
+      DocBookTag          IGNORE
+       EndArgument
+    DocBookNotInPara      true
+    DocBookWrapperTag     mediaobject
+    DocBookTag            textobject
+    DocBookInnerTag       programlisting
+    DocBookInnerAttr      "language='lilypond' role='fragment verbatim staffsize=16 ragged-right relative=2'"
 End