X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fexample-2.ly;h=6deaa3d0a2a6daef74e07b9a3bf876e86d6aab91;hb=a58143ffd322981ea22351c44a0d5929f18892e5;hp=4f394bcb64230e074993dd996c2c69c8504967b2;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/example-2.ly b/input/example-2.ly index 4f394bcb64..6deaa3d0a2 100644 --- a/input/example-2.ly +++ b/input/example-2.ly @@ -1,21 +1,21 @@ -\version "2.1.28" -% Some beamed and slurred notes of different taste in LilyPond -% -% Type: -% -% lilypond example-2 -% xdvi example-2 # or your dvi viewer here -% +%%% Some tied, slurred and beamed notes of different taste in LilyPond +\relative { + a'2 ~ a4( e8[) e] a,16[ a a a] +} -%% -%% For learning LilyPond, please read the tutorial, included in the -%% user-manual. -%% +%{ +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.11.61" -\score { - \context Voice \notes\relative c { - a''2 ~ a4( e8[ )e] a,16[ a a a] - } - \paper { } - \midi { } -}