]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.41
authorfred <fred>
Sun, 24 Mar 2002 20:04:52 +0000 (20:04 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:04:52 +0000 (20:04 +0000)
input/font11.ly [new file with mode: 0644]
input/font13.ly [new file with mode: 0644]
input/font20.ly
input/font26.ly [new file with mode: 0644]

diff --git a/input/font11.ly b/input/font11.ly
new file mode 100644 (file)
index 0000000..9530ebe
--- /dev/null
@@ -0,0 +1,22 @@
+
+\header{
+title= "The Feta Font";
+subtitle = "proofsheet"; 
+enteredby =     "jcn & hwn";
+copyright =     "public domain";
+description = "This file tests the Feta music font, 11pt";
+% "(Feta definitively is not an abbreviation of Font-En-TjA)";
+}
+
+
+\include "paper11.ly"
+\include "font-body.ly"
+\score{
+       \FontBody
+       \paper{
+           \paper_eleven
+           linewidth = 17.5 \cm;
+           gourlay_maxmeasures =5.;
+       }
+}
+
diff --git a/input/font13.ly b/input/font13.ly
new file mode 100644 (file)
index 0000000..d4e2d4d
--- /dev/null
@@ -0,0 +1,22 @@
+
+\header{
+title= "The Feta Font";
+subtitle = "proofsheet"; 
+enteredby =     "jcn & hwn";
+copyright =     "public domain";
+description = "This file tests the Feta music font, 11pt";
+% "(Feta definitively is not an abbreviation of Font-En-TjA)";
+}
+
+
+\include "paper13.ly"
+\include "font-body.ly"
+\score{
+       \FontBody
+       \paper{
+           \paper_thirteen
+           linewidth = 17.5 \cm;
+           gourlay_maxmeasures =5.;
+       }
+}
+
index c83989e8e0762b0de4350df550011b4a06476773..e78f752bd460bc213d6a51cf0630263bca3db7aa 100644 (file)
@@ -1,16 +1,20 @@
-%       "This file is a stub to fool make-website"
-
 \header{
 title= "The Feta font";
 subtitle = "proofsheet"; 
 enteredby =     "jcn";
 copyright =     "public domain";
-description = "This file tests the Feta music-font";
+description = "This file tests the Feta music-font in the 20pt version";
 TestedFeatures =        
         "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-
-
-
-
+\include "paper20.ly"
+\include "font-body.ly"
+\score{
+       \FontBody
+       \paper{
+           \paper_twenty
+           linewidth = 17.5 \cm;
+           gourlay_maxmeasures =5.;
+       }
+       }
diff --git a/input/font26.ly b/input/font26.ly
new file mode 100644 (file)
index 0000000..535383d
--- /dev/null
@@ -0,0 +1,20 @@
+\header{
+title= "The Feta Font";
+subtitle = "proofsheet"; 
+enteredby =     "jcn & hwn";
+copyright =     "public domain";
+description = "This file tests the Feta music font";
+% "(Feta definitively is not an abbreviation of Font-En-TjA)";
+}
+
+\include "paper26.ly";
+\include "font-body.ly"
+\score{
+       \FontBody
+       \paper{
+           \paper_twentysix
+           linewidth = 17.5 \cm;
+           gourlay_maxmeasures =5.;
+       }
+}
+