> Please send a short .ly file and the resulting .midi to bug-lilypond.
OK, attached:
text = \lyrics {
Aaa Bee Cee Dee
}
Aaa Bee Cee Dee
}
\score {
<
\addlyrics
\context Staff = one {
\property Staff.autoBeaming = ##f
\melody
}
\context Lyrics \text
>
\paper { }
\midi { }
}
<
\addlyrics
\context Staff = one {
\property Staff.autoBeaming = ##f
\melody
}
\context Lyrics \text
>
\paper { }
\midi { }
}
[EMAIL PROTECTED] ~/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'...
$ 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 ...
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'...
Running latex...
DVI output to `melody-lyrics.dvi'...
MIDI output to `melody-lyrics.midi'...
[EMAIL PROTECTED] ~/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 <[EMAIL PROTECTED]> wrote:
$ 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>| GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org
John Comeau <[EMAIL PROTECTED]> 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 { }
}
melody-lyrics.midi
Description: melody-lyrics.midi
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
