X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fexample-2.ly;h=94d56b09f88d71ea6db846069e5ff04c1146841f;hb=2e740abdcd601e8d2148a35d48bd3c8ca5acfc99;hp=b380bed7533a93a1a6a35c10441086181234eadd;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/example-2.ly b/input/example-2.ly index b380bed753..94d56b09f8 100644 --- a/input/example-2.ly +++ b/input/example-2.ly @@ -1,22 +1,21 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" -% Some beamed and slurred notes of different taste in LilyPond -% -% Type: -% -% ly2dvi 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.51" -\score { - \context Voice \notes\relative c { - a''2 ~ c4( [e8 )e] [a,16 a a a] - } - \paper { } - \midi { } -}