]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/lilypond.module
Update the lilypond module to use the Argument machinery.
[lyx.git] / lib / layouts / lilypond.module
index d3f22606bae78225804eab5ce7be008acf79641e..adc5becdc201fead3d7fc89f801a34d19ec29955 100644 (file)
@@ -32,4 +32,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