~ubuntu-branches/ubuntu/precise/lilypond/precise

« back to all changes in this revision

Viewing changes to ly/Welcome_to_LilyPond.ly

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2006-12-19 10:18:12 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061219101812-7awtjkp0i393wxty
Tags: 2.8.7-3
scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%{
 
2
Welcome to LilyPond
 
3
===================
 
4
 
 
5
Congratulations, LilyPond has been installed successfully.
 
6
 
 
7
Now to take it for the first test run.
 
8
 
 
9
  1. Save this LilyPond file on your desktop.
 
10
 
 
11
  2. Pick it up from the desktop with your mouse pointer, drag and drop
 
12
     it onto the LilyPond icon.
 
13
 
 
14
  3. LilyPond automatically produces a PDF file from the musical scale
 
15
     below.
 
16
 
 
17
  4. To print or view the result, click on the newly produced file called
 
18
 
 
19
        Welcome_to_LilyPond.PDF
 
20
 
 
21
 
 
22
That's it.  For more information, visit http://lilypond.org .
 
23
%}
 
24
 
 
25
\header{
 
26
  title = "A scale in LilyPond"
 
27
}
 
28
 
 
29
\relative{
 
30
  c d e f g a b c
 
31
}
 
32
 
 
33
 
 
34
\version "2.7.39"  % necessary for upgrading to future LilyPond versions.