]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.8
authorfred <fred>
Sun, 24 Mar 2002 19:54:00 +0000 (19:54 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:54:00 +0000 (19:54 +0000)
BUGS

diff --git a/BUGS b/BUGS
index 1f811c90c9e07fd58a59c481cc364bec7149fd6f..c5f7e685f6bf20307828f7b2887d27f2ac5b053d 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -2,10 +2,46 @@ Document reintroduced deficiencies.
 
 * placement of bar-numbers
 
-*
+**************** 
+vi1=\melodic{
+  \meter 4/4;
+  \octave c'';
 
-hw:~/musix/spacer/Documentation/out$ LILYINCLUDE=../../input lilypond -o wohltemperirt ../../input/wohltemperirt.ly
+  B8 G G G16 A B8 G G G16 A | 
+       
+}
 
-GNU LilyPond 0.1.7 #10/FlowerLib 1.1.26 #1
-Parsing ... [/home/hw/share/lilypond/init//symbol.ly[/home/hw/share/lilypond/init//dynamic.ly][/home/hw/share/lilypond/init//dutch.ly][/home/hw/share/lilypond/init//script.ly][/home/hw/share/lilypond/init//paper16.ly[/home/hw/share/lilypond/init//table16.ly^[[B][/home/hw/share/lilypond/init//engraver.ly]][/home/hw/share/lilypond/init//midi.lySegmentation fault (core dumped)
-hw:~/musix/spacer/Documentation/out$ 
+vi2=\melodic{
+  \meter 4/4;
+  \octave c'';
+
+ r16
+}
+
+%{
+bc=\melodic{
+  \clef "bass";
+  \meter 4/4;
+  \octave c;
+
+  G1 |
+}
+%}
+
+\score{
+  < \multi 3;
+    \vi1
+    \vi2
+
+  >
+
+  \paper{
+    geometric=1.2;
+    unitspace=8.\mm;
+    linewidth=18.\cm;
+    gourlay_maxmeasures=4.;
+    gourlay_energybound = 70000.;
+       basicspace = 2.8\pt;
+  }
+}
+***************************