X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fexample-1.ly;h=6f2cf822ea845a43fd96eed7339c29d40ac9f683;hb=c90d5ac3baaee60af4f36f5b3bcd5a10ddcb04f4;hp=c990518a64d73d06e5b6e06e3845b53cd3e75961;hpb=f5bb0b00824ca6bbed2a03dce990ae7a8dbadeec;p=lilypond.git diff --git a/input/example-1.ly b/input/example-1.ly index c990518a64..6f2cf822ea 100644 --- a/input/example-1.ly +++ b/input/example-1.ly @@ -1,18 +1,21 @@ -\version "2.4.0" - -% A simple scale in LilyPond -% -% Type: -% -% lilypond example-1 -% xpdf example-1 # or your PDF viewer here -% - -%% -%% For learning LilyPond, please read the tutorial, included in the -%% user-manual. -%% +%%% A simple scale in LilyPond \relative { c d e f g a b c } + +%{ +Type + + 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"