The patch helps to proof-read the source by using colors (for example,
erronous "a,." now easier to see by an eye). Further comments within.
This patch is against latest CVS. I consider my earlier patch (-hjj2),
which was sent to HWN, not merged.
Index: VERSION
Jan Nieuwenhuizen wrote:
> Yes,
>
> cvs diff -D"2 hours ago"
Tnx :-)
Using
cvs >dif rdiff -u -Dyesterday lilypond
(in the parent dir)
even gives you a unified diff... :)
Is it possible to use this mechanism to send pathces?
The hard part, ofcourse, is to specify the right time (the time w
On Sun, 14 Apr 2002, Mats Bengtsson wrote:
> Sorry about this silly bug. Try this patch:
It helped!
--
Heikki Junes
___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel
Sorry about this silly bug. Try this patch:
--- scripts/ly2dvi.py~ Thu Apr 11 18:48:08 2002
+++ scripts/ly2dvi.py Sun Apr 14 18:34:14 2002
@@ -372,7 +372,8 @@
def setup_environment ():
# $TEXMF is special, previous value is already taken care of
- del os.environ['TEXMF']
+
Heikki Johannes Junes wrote:
> \midi{} % the length of midi notes is right, repeating is missing
In order for repeats to work in midi, you have to use unfolded repeats.
The scheme-function "unfold-repeats" unfolds all repeats in its argument
music.
Just insert
\apply #unfold-music
right after
The output of tremolo notation look already promising. For satisfactory
output there was need to make few recommendations. Comments below.
\score {
\context Voice \notes\relative c' {
\time 6/4
\repeat "tremolo" 4 { c16 d16 } % ok
\repeat "tremolo" 8 { c16 d16 } % bars should be ce