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

« back to all changes in this revision

Viewing changes to input/example-1.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
 
\version "2.2.0"
2
 
 
3
 
% A simple scale in LilyPond
4
 
%
5
 
% Type:
6
 
%
7
 
%     lilypond example-1
8
 
%     xdvi example-1     # or your dvi viewer here
9
 
%
10
 
 
11
 
%%
12
 
%% For learning LilyPond, please read the tutorial, included in the
13
 
%% user-manual.
14
 
%% 
15
 
 
16
 
\score { 
17
 
  \context Voice \notes\relative c {
18
 
    c' d e f g a b c
19
 
  }
20
 
  \paper {  }  
21
 
  \midi { }
 
1
%%% A simple scale in LilyPond
 
2
 
 
3
\relative {
 
4
  c d e f g a b c
22
5
}
 
6
 
 
7
%{
 
8
Type
 
9
 
 
10
    lilypond example-1
 
11
    xpdf example-1     # or your PDF viewer here
 
12
 
 
13
For learning LilyPond, please read the tutorial
 
14
 
 
15
   http://lilypond.org/tutorial
 
16
 
 
17
also included in the user-manual.
 
18
%}
 
19
 
 
20
%% Optional version number
 
21
\version "2.7.39"