%%% 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.7.39"
