]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / example-3.ly
diff --git a/input/example-3.ly b/input/example-3.ly
deleted file mode 100644 (file)
index 3429186..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-%%% A full example with two staves
-
-\header {
-  title = "And now, example 3"
-  copyright = "public domain"
-}
-
-one = \relative {
-  c' d e f
-}
-
-two = \relative {
-  \clef "bass"
-  c2 g2
-}
-
-<<
-  \new Staff \one
-  \new Staff \two
->>
-
-%{
-Type
-
-    lilypond example-3
-    xpdf example-3     # 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.12.0"