X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fexample-1.ly;h=c990518a64d73d06e5b6e06e3845b53cd3e75961;hb=8a37f4d25a58780a966ac364d580e98b58d7162f;hp=9a4eb6535179359666ffdbf86337c35c44646e40;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/example-1.ly b/input/example-1.ly index 9a4eb65351..c990518a64 100644 --- a/input/example-1.ly +++ b/input/example-1.ly @@ -1,10 +1,11 @@ -\version "1.9.8" +\version "2.4.0" + % A simple scale in LilyPond % % Type: % -% ly2dvi example-1 -% xdvi example-1 # or your dvi viewer here +% lilypond example-1 +% xpdf example-1 # or your PDF viewer here % %% @@ -12,10 +13,6 @@ %% user-manual. %% -\score { - \context Voice \notes\relative c { - c' d e f g a b c - } - \paper { } - \midi { } +\relative { + c d e f g a b c }