X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fexample-2.ly;h=64282ab3c236147b28ad66a0580e3314e8201b21;hb=6e040a3aa057586b059d1552d0afdd48d9d20944;hp=116e0ad8180aa0255a16d66925fd0f27df2ab1eb;hpb=60fdc53305e8628dad96b4ebea177bc6ee8d95cd;p=lilypond.git diff --git a/input/example-2.ly b/input/example-2.ly index 116e0ad818..64282ab3c2 100644 --- a/input/example-2.ly +++ b/input/example-2.ly @@ -1,21 +1,21 @@ - -\score { - \context Voice \notes\relative c { - a''2 ~ c4( [e8 )e] [a,16 a a a] - - % Some beamed and slurred notes of different taste in Mudela. - % - % Type: - % - % ly2dvi example-2 - % xdvi example-2 # or your dvi viewer here - % - % For more elaborate examples see twinkle.ly, input/* and mutopia/*. - % - % A docmument on Mudela is under construction: Documentation/tex/mudela.doc - % (available as .ps from the website too). - - } - \paper { } - \midi { } +%%% Some tied, slurred and beamed notes of different taste in LilyPond +\relative { + a'2 ~ a4( e8[) e] a,16[ a a a] } + +%{ +Type + + lilypond example-2 + xpdf example-2 # 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.12.0" +