* 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;
+ }
+}
+***************************