bug-lilypond
[Top][All Lists]
Advanced

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

Re: midi lyric events


From: John Comeau
Subject: Re: midi lyric events
Date: Sun, 28 Sep 2003 17:49:31 -0700 (PDT)

> Please send a short .ly file and the resulting .midi to bug-lilypond.
OK, attached:
 
address@hidden ~/lilypond
$ tail -n 20 melody-lyrics.ly
  a b c d
}
text = \lyrics {
  Aaa Bee Cee Dee
}
\score {
  <
    \addlyrics
      \context Staff = one {
        \property Staff.autoBeaming = ##f
        \melody
      }
      \context Lyrics \text
  >
  \paper { }
  \midi  { }
}
 
address@hidden ~/lilypond
$ ly2dvi melody-lyrics.ly
ly2dvi (GNU LilyPond) 1.8.1
Running usr...GNU LilyPond 1.8.1
Now processing: `melody-lyrics.ly'
Parsing...
Interpreting music...[2]
Preprocessing graphical objects...
Calculating line breaks... [2]
paper output to `melody-lyrics.tex'...
Interpreting music...
MIDI output to `melody-lyrics.midi'...
Track ...
Analyzing melody-lyrics.tex...
Running latex...
DVI output to `melody-lyrics.dvi'...
MIDI output to `melody-lyrics.midi'...
address@hidden ~/lilypond
$ strings melody-lyrics.midi
MThd
MTrk
'Creator: GNU LilyPond 1.8.1
:Generated automatically by: GNU LilyPond 1.8.1
<at Sun Sep 28 20:43:38 2003
Efrom musical definition: /home/jcomeau/lilypond/melody-lyrics.ly:31:2
Track 0
MTrk
bright acoustic
MTrk
bright acoustic


Jan Nieuwenhuizen <address@hidden> wrote:
John Comeau writes:

> Hmm, not for me, with ly2dvi 1.8.1 under cygwin. I'm probably not
> specifying some property I need.


Please send a short .ly file and the resulting .midi to bug-lilypond.

Jan.

You do not need to specify anything, add a \midi {} block to
input/twinkle-pop.ly:

$ strings twinkle-pop.midi
MThd
MTrk
'Creator: GNU LilyPond 2.0.0.jcn1
:Generated automatically by: GNU LilyPond 2.0.0.jcn1
,from musical definition: twinkle-pop.ly:53:9
Track 0
MTrk
MTrk
melody
MTrk
vous
tour
ment
veut
Comme
grand
bons
mieux


--
Jan Nieuwenhuizen | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org


John Comeau <address@hidden> http://jcomeau.com/
Quick question? Fast answer! http://quickquestions.com/


Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
% Generated automatically by: lilypond-book.py
% options are 
filename=/home/hanwen/usr/src/savannah/lily/lilypond-1.8/input/template/melody-lyrics.ly
 printfilename
\include "paper16.ly"
\paper  {
  linewidth = 455.244096\pt
  
  
}
\version "1.7.18"

\header {
  texidoc = "Melody and lyrics."
}

melody = \notes \relative c'' {
  a b c d
}

text = \lyrics {
  Aaa Bee Cee Dee
}

\score {
  <
    \addlyrics
      \context Staff = one {
        \property Staff.autoBeaming = ##f
        \melody
      }
      \context Lyrics \text
  >
  \paper { }
  \midi  { }
}

Attachment: melody-lyrics.midi
Description: melody-lyrics.midi


reply via email to

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