This file is indexed.

/usr/share/doc/lilypond/examples/sakura-sakura.ly is in lilypond-data 2.14.2-4.

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
49
50
51
52
53
54
55
%
% sakura-sakura.ly
%

\version "2.2.4"

\header {
  title = "さくら さくら (Sakura, sakura)"
  composer = ""
  copyright = ""
  footer = ""
  tagline = ""
  latexpackages = "[encapsulated]CJK,[cjkjis]ucs"
  inputencoding = "utf8"
  fontencoding = "C42,OT1"
  atbegindocument = "\fontfamily{min}"
}

melody = \notes \relative c'' {
  a4 a b2 | a4 a b2 |
  a4 b c b | a4 b8[ a] f2 |
  e4 c e f | e4 e8[ c] b2 |
  a'4 b c b | a4 b8[ a] f2 |
  e4 c e f | e4 e8[ c] b2 |
  a'4 a b2 | a4 a b2 |
  d,4 e b'8[ a] f4 | e1 \bar "|."
}

text = \lyrics {
  さ く ら さ く ら
  の や ま も さ と も
  み わ た す か ぎ り
  か す み か く も か
  あ さ ひ に に を う
  さ く ら さ く ら
  は な ざ か り
}

\score {
  <<
    \context Voice = one {
      \set Staff.autoBeaming = ##f
      \override Score.LyricText #'extra-offset = #'(1 . 0)
      \melody
    }
    \lyricsto "one" \new Lyrics \text
  >>
  \paper { }
}

% Local Variables:
% coding: utf-8
% End:

% EOF