]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 0.1.21: goerlee en stuf
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 10 Oct 1997 16:06:16 +0000 (18:06 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 10 Oct 1997 16:06:16 +0000 (18:06 +0200)
input/gourlay.ly [new file with mode: 0644]

diff --git a/input/gourlay.ly b/input/gourlay.ly
new file mode 100644 (file)
index 0000000..0a07d6d
--- /dev/null
@@ -0,0 +1,23 @@
+\header{
+enteredby      jcn
+copyright      PD
+TestedFeatures  This file tests some nasty Gourlay spacings
+}
+
+\version "0.1.6";
+
+\score{
+% huh?
+%      \multi 2 \melodic < \octave c'';
+       \melodic \multi 2 < \octave c'';
+               { \stemup; d2 d     | d d | d4 d2. | }
+               \octave c';
+               % huh, plet broken?
+%              { \stemdown; g4 g g g | \plet 2/3; g2 g2 g2 \plet 1/1; | g4. g8 g2 | }
+               { \stemdown; g4 g g g | g2*2/3 g2*2/3 g2*2/3 | g4. g8 g2 | }
+               >
+       \paper{
+           linewidth = 4.\cm;
+       }
+}
+