]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
* scm/output-ps.scm (new-text): new function. Use glyphshow to
[lilypond.git] / input / example-3.ly
index 5444bb21b92ea3d072ab5b0b8edeb9fe5f0339ab..6a9ca22806958a98a2dc94827d029e49b8b4bfbc 100644 (file)
@@ -1,31 +1,32 @@
-\version "1.3.117";
+#(ly:set-option 'old-relative)
+\version "2.4.0"
 
-one =  \notes\relative c{
+one = \relative c{
        c'' d e f
 }
 
-two =  \notes\relative c{
-       \clef "bass";
+two = \relative c{
+       \clef "bass"
        c'2 g2
 }
 
 \score{
-       <
+       <<
                \one
                \two
-       >
-       \paper{}
+       >>
+       \layout{}
        \midi{}
 }
 
-% A full-mudela example with two staffs
+% A full example with two staves
 %
 % Type:
 %
-%     ly2dvi example-3
+%     lilypond example-3
 %     xdvi example-3     # 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).
+
+%%
+%% For learning LilyPond, please read the tutorial, included in the
+%% user-manual.
+%