lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Generating patch with a new file


From: Heikki Johannes Junes
Subject: Generating patch with a new file
Date: Mon, 29 Jul 2002 02:07:46 +0300 (EET DST)

I tried to include an old bug to the bug-collection. However, there is a
new file which could not be patched, since it is not in the repository.
I cuold not figure out what argument I should pass in the situation
described below ...

# cvs diff ChangeLog input/bugs/grace-block-midi.ly
Index: ChangeLog
===================================================================
RCS file: /cvsroot/lilypond/lilypond/ChangeLog,v
retrieving revision 1.352
diff -p -u -r1.352 ChangeLog
--- ChangeLog   28 Jul 2002 10:46:29 -0000      1.352
+++ ChangeLog   28 Jul 2002 22:57:06 -0000
@@ -1,3 +1,7 @@
+2002-07-29  Heikki Junes  <address@hidden>
+
+       * input/bugs/grace-block-midi.ly: Add file.
+
 2002-07-28  Glen Prideaux  <address@hidden>

        * lily/syllable-group.cc (set_lyric_align): Only fiddle with
cvs server: I know nothing about input/bugs/grace-block-midi.ly

-----------
Since I did not know what argument to pass, below is the mentioned file:

\version "1.5.70.gp1"
\header {
  texidoc = "After a grace-block midi blocks do not match. Paper ok."
}
\score {
  \context PianoStaff <
    \notes \relative c'' \context Voice = i {
      c4 c4
    }
    \notes \relative c' \context Voice = ii {
      \grace {a32 e' a' e a,} e4 e4
    }
  >
  \paper{}
  \midi{}
}

      Heikki Junes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]