]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-2.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / example-2.ly
index 9760c07b0c8a6bb66f38fe77a95c575c4d5dc6f0..223b70b958a2a923f40d944071abb68ed7fe6c35 100644 (file)
@@ -1,10 +1,9 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "2.3.4"
 % Some beamed and slurred notes of different taste in LilyPond
 %
 % Type:
 %
-%     ly2dvi example-2
+%     lilypond example-2
 %     xdvi example-2     # or your dvi viewer here
 %
 
@@ -14,8 +13,8 @@
 %% 
 
 \score { 
-  \context Voice \notes\relative c {
-    a''2 ~ c4( [e8 )e] [a,16 a a a]
+  \context Voice \relative c {
+    a''2 ~ a4( e8[ )e] a,16[ a a a]
   }
   \paper {  }  
   \midi { }