]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
Merge master into nested-bookparts
[lilypond.git] / input / example-3.ly
index 6e1c6b3172adc1e3b88acfede1dfa63f882a35e7..c2827edb881565519bc6786c0eb7544ec271b9c8 100644 (file)
@@ -1,12 +1,17 @@
-\version "2.4.0"
+%%% A full example with two staves
+
+\header {
+  title = "And now, example 3"
+  copyright = "public domain"
+}
 
 one = \relative {
-       c' d e f
+  c' d e f
 }
 
 two = \relative {
-       \clef "bass"
-       c2 g2
+  \clef "bass"
+  c2 g2
 }
 
 <<
@@ -14,15 +19,18 @@ two = \relative {
   \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
 
-% A full example with two staves
-%
-% Type:
-%
-%     lilypond example-3
-%     xpdf example-3     # or your PDF viewer here
+also included in the user-manual.
+%}
 
-%%
-%% For learning LilyPond, please read the tutorial, included in the
-%% user-manual.
-%% 
+%% Optional version number
+\version "2.11.61"