Hi,
On Tue, 29 Aug 2006, Hugues Dallaire wrote:
> Lately I had to use Chinese sheet music using the
> numbered musical notation (see
> http://en.wikipedia.org/wiki/Numbered_musical_notation). It was a very
> unclear photocopy of a photocopy of a ... of a book, and I have been
> looking for a wa
Hello,
Lately I had to use Chinese sheet music using the
numbered musical notation (see
http://en.wikipedia.org/wiki/Numbered_musical_notation). It was a very
unclear photocopy of a photocopy of a ... of a book, and I have been
looking for a way to redo it properly. My first thought was Lilypon
If one loads Emacs lilypond-mode.el when the current buffer is not a
LilyPond file, error is signalled. The following patch fixes it:
2006-08-29 Milan Zamazal <[EMAIL PROTECTED]>
* elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
figure out midi file names right he
On Sunday 27 August 2006 17:41, Han-Wen Nienhuys wrote:
> Graham Percival wrote:
> > I'm sure that there's some reason why "\tempo x = y" is a horrible
> > construct and must be replaced, but
> > \context {
> > \Score
> > tempoWholesPerMinute = #(ly:make-moment y x)
> > }
> >