]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/part.ly
release: 1.0.10
[lilypond.git] / input / part.ly
index 39737f22ff4c32e1bb57f319ab8d04f1e74fb1bf..7ee17905f3b39644411a27f13075db035b5fd908 100644 (file)
@@ -1,11 +1,11 @@
-part = \melodic{
-       \octave c;
-       c c c c
+\version "1.0.4";
+part = \{
+       c-1 c c c
        r1*3
-       c4 c c c
-       c c c c
-       c c c c
-       c c c c
+       c4-5 c c c
+       c-6 c c c
+       c-7 c c c
+       c-8 c c c
 }
 
 a4 = \paper{
@@ -31,7 +31,7 @@ a4 = \paper{
 
 \score{
        <
-               \melodic
+               \notes
                        \property Score.part = 1
                        \part
                }
@@ -41,7 +41,7 @@ a4 = \paper{
 
 \score{
        <
-               \melodic
+               \notes
                        \property Score.part = 0
                        \part
                }