]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Petites-Preludes/preludes-1.ly
release: 1.1.15
[lilypond.git] / mutopia / J.S.Bach / Petites-Preludes / preludes-1.ly
index 0c111fa7346d545411aff1bc497073989ba198d4..1c00016cae435a2b6cf9077d2eb2cbde496c0059 100644 (file)
@@ -1,10 +1,8 @@
 \header{
 filename =      "preludes-1.ly";
-% mmm
-% title =       "DOUZE PETITES PR\\'ELUDES";
-opus = "BWV 924";
-% piece = "\\numfont 1";
-piece = "1";
+% urg?
+%opus = "BWV 924";
+% piece = "1";
 % blz 1
 % Clavierb"uchlein f"ur W. Fr. Bach
 % Clav. W. Fr. Bach: 2-Praeambulum I
@@ -14,9 +12,9 @@ enteredby =    "jcn";
 copyright =     "public domain";
 }
 
-\version "1.0.0";
+\version "1.0.14";
 
-one = \melodic\relative c {
+one = \notes\relative c {
        \property Voice . textstyle =  "italic"
        r16\p_"legato"\< [g''-1( c-3 )e-5] r [g,-1( c )e]
        r [g,( c )d] r [b-1( d-2 \!)g-5] |
@@ -68,7 +66,7 @@ one = \melodic\relative c {
        \bar "|.";
 }
 
-two = \melodic\relative c{
+two = \notes\relative c{
        \property Voice . textstyle =  "roman"
        c4-5 e-3 g-\mordent^"(\\textsharp)" g,4 |
        d'-\mordent-5 f-3 a-\mordent^"(\\textsharp)" a,4 |
@@ -90,7 +88,7 @@ two = \melodic\relative c{
        \bar "|.";
 }
 
-global  = \melodic{
+global  = \notes{
        \time 4/4;
 }
 
@@ -116,4 +114,8 @@ grand_staff = \type GrandStaff <
        \grand_staff
        \include "preludes-paper.ly";
        \midi{ \tempo 4 = 80; }
+       \header {
+               opus = "BWV 924";
+               piece = "1";
+       }
 }