]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-2.ly
(grob-cause): bugfix.
[lilypond.git] / input / example-2.ly
index b380bed7533a93a1a6a35c10441086181234eadd..b2ebafb9098744cb3563a3837ffaaa7400597c5b 100644 (file)
@@ -1,11 +1,10 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.4.0"
 % Some beamed and slurred notes of different taste in LilyPond
 %
 % Type:
 %
-%     ly2dvi example-2
-%     xdvi example-2     # or your dvi viewer here
+%     lilypond example-2
+%     xpdf example-2     # or your PDF viewer here
 %
 
 %%
 %% user-manual.
 %% 
 
-\score { 
-  \context Voice \notes\relative c {
-    a''2 ~ c4( [e8 )e] [a,16 a a a]
-  }
-  \paper {  }  
-  \midi { }
+\relative {
+  a'2 ~ a4( e8[) e] a,16[ a a a]
 }