This file is indexed.

/usr/share/lyx/layouts/lilypond.module is in lyx-common 2.2.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#\DeclareLyXModule[lilypond-book->latex]{LilyPond Book}
#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@lyx.org>

Format 60
OutputFormat           lilypond-book

InsetLayout "Flex:LilyPond"
	LabelString           LilyPond
	LaTeXType             Environment
	LaTeXName             lilypond
	LyXType               Custom
	Decoration            Classic
	Font
	  Color               latex
	  Family              typewriter
	EndFont
	LabelFont
	  Color               latex
	  Size                Small
	EndFont
	MultiPar              true
	CustomPars            false
	ForcePlain            true
	FreeSpacing           true
	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