]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/lilypond.module
Change name and email in some other files
[lyx.git] / lib / layouts / lilypond.module
index d3f22606bae78225804eab5ce7be008acf79641e..bd856fa3c4bd4a541fe5d42cf412f558c3130731 100644 (file)
@@ -1,4 +1,5 @@
-#\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.
@@ -7,7 +8,7 @@
 
 # Author: Julien Rioux <jrioux@lyx.org>
 
-Format 43
+Format 89
 OutputFormat           lilypond-book
 
 InsetLayout "Flex:LilyPond"
@@ -32,4 +33,17 @@ 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             black
+           Family            typewriter
+         EndFont
+         LabelFont
+           Color             black
+         EndFont
+       EndArgument
 End