From: fred Date: Sun, 24 Mar 2002 19:54:00 +0000 (+0000) Subject: lilypond-0.1.8 X-Git-Tag: release/1.5.59~4105 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=551bd10820cb29befce30966d131fff336f261ff;p=lilypond.git lilypond-0.1.8 --- diff --git a/BUGS b/BUGS index 1f811c90c9..c5f7e685f6 100644 --- 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; + } +} +***************************