From ded7f9726b5c9c6e6018474094cc2d9bf4f604d9 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 23 Mar 1998 20:11:13 +0000 Subject: [PATCH] lilypond-0.1.51 --- input/tril.ly | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 input/tril.ly diff --git a/input/tril.ly b/input/tril.ly new file mode 100644 index 0000000000..6f2639d8b3 --- /dev/null +++ b/input/tril.ly @@ -0,0 +1,17 @@ +\header{ +enteredby = "jcn"; +copyright = "PD"; +TestedFeatures = "This file tests trills" + "(Feta definitively is not an abbreviation of Font-En-TjA)"; +} + +\version "0.1.9"; + +\score{ + \melodic{ + c-\prall c-\mordent c-\prallprall c-\prallmordent + c-\upprall c-\downprall + } + \paper{ } +} + -- 2.39.5