From 3e9ee5292c7b98f2efea506afd7ba2dd12ec6a84 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:04:52 +0000 Subject: [PATCH] lilypond-0.1.41 --- input/font11.ly | 22 ++++++++++++++++++++++ input/font13.ly | 22 ++++++++++++++++++++++ input/font20.ly | 18 +++++++++++------- input/font26.ly | 20 ++++++++++++++++++++ 4 files changed, 75 insertions(+), 7 deletions(-) create mode 100644 input/font11.ly create mode 100644 input/font13.ly create mode 100644 input/font26.ly diff --git a/input/font11.ly b/input/font11.ly new file mode 100644 index 0000000000..9530ebe19d --- /dev/null +++ b/input/font11.ly @@ -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 index 0000000000..d4e2d4d71d --- /dev/null +++ b/input/font13.ly @@ -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.; + } +} + diff --git a/input/font20.ly b/input/font20.ly index c83989e8e0..e78f752bd4 100644 --- a/input/font20.ly +++ b/input/font20.ly @@ -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 index 0000000000..535383d46e --- /dev/null +++ b/input/font26.ly @@ -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.; + } +} + -- 2.39.5