/usr/share/lilypond/2.18.2/ly/Welcome-to-LilyPond-MacOS.ly is in lilypond-data 2.18.2-4.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 | %{
Welcome to LilyPond
===================
Congratulations, LilyPond has been installed successfully.
Now to take it for the first test run.
1. Save this file
2. Select
Compile > Typeset file
from the menu.
The file is processed, and
3. The PDF viewer will pop up. Click one of the noteheads.
That's it. For more information, visit http://lilypond.org .
%}
\version "2.16.0" % necessary for upgrading to future LilyPond versions.
\header{
title = "A scale in LilyPond"
}
\relative c' {
c d e f g a b c
}
|