X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fexample-1.ly;h=6f2cf822ea845a43fd96eed7339c29d40ac9f683;hb=3e53cd8e8cb4603013e0851135211c80f8a32442;hp=5292fcb401fee359b20eb13e68a325527af72641;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/example-1.ly b/input/example-1.ly index 5292fcb401..6f2cf822ea 100644 --- a/input/example-1.ly +++ b/input/example-1.ly @@ -1,22 +1,21 @@ -\version "2.3.22" +%%% A simple scale in LilyPond -% A simple scale in LilyPond -% -% Type: -% -% lilypond example-1 -% xdvi example-1 # or your dvi viewer here -% +\relative { + c d e f g a b c +} -%% -%% For learning LilyPond, please read the tutorial, included in the -%% user-manual. -%% +%{ +Type -\score { - \context Voice \relative c { - c' d e f g a b c - } - \layout { } - \midi { } -} + lilypond example-1 + xpdf example-1 # or your PDF viewer here + +For learning LilyPond, please read the tutorial + + http://lilypond.org/tutorial + +also included in the user-manual. +%} + +%% Optional version number +\version "2.10.0"