Hi all,

I snaffed that music off the lilypond list because I had wanted to have a
template exactly like that.  It works great on my Windoze XP Pro with lily
2.11.45 using jEdit with lilypond mode.

But I get several warnings when it tries to compile.  I get the pdf just
fine, but the midi is stupid (I don't really care, but I'd like to fix it if
possible so when I *do* need the midi it will work.)

I get the following during the compile:

Processing `C:/Documents and Settings/Fr. Gordon Gilbert/Desktop/Lilypond
Files/All Ye People.ly'
Parsing...
Interpreting music...
Interpreting music... [8][16][24]
Preprocessing graphical objects...
MIDI output to `All Ye People.midi'...
warning: MIDI channel wrapped around
warning: remapping modulo 16
warning: MIDI channel wrapped around
warning: remapping modulo 16
warning: MIDI channel wrapped around
warning: remapping modulo 16
warning: MIDI channel wrapped around
warning: remapping modulo 16
warning: MIDI channel wrapped around
warning: remapping modulo 16
warning: MIDI channel wrapped around
warning: remapping modulo 16
warning: MIDI channel wrapped around
warning: remapping modulo 16
warning: MIDI channel wrapped around
warning: remapping modulo 16
Finding the ideal number of pages...
Fitting music on 1 or 2 pages...
Drawing systems...
Layout output to `All Ye People.ps'...
Converting to `./All Ye People.pdf'...
Processing time: 16 seconds

LilyPond ready.


What makes those MIDI warnings, and how can I get rid of them?

Also, has anybody got copyright information about this piece?

Blessings,

Gordon+

2008/5/6 <[EMAIL PROTECTED]>:

> Send lilypond-user mailing list submissions to
>        lilypond-user@gnu.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.gnu.org/mailman/listinfo/lilypond-user
> or, via email, send a message with subject or body 'help' to
>        [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>        [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lilypond-user digest..."
>
>
> Today's Topics:
>
>   1. Re:lilypond-user Digest, Vol 66, Issue 13 (Matthew Rowles)
>   2. Re:Adding notes above drumstaff (Stan Mulder)
>   3. Re:Adding notes above drumstaff (Matthew Rowles)
>   4. Re:Adding notes above drumstaff (Stan Mulder)
>   5. Re:Adding notes above drumstaff (Graham Percival)
>   6. Re:Adding notes above drumstaff (Stan Mulder)
>   7. Re:Adding notes above drumstaff (Graham Percival)
>   8. Re:lilypond-user Digest, Vol 66, Issue 13 (Mats Bengtsson)
>   9. pdf is not procuced (Stefan Thomas)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 6 May 2008 11:14:37 +1000
> From: "Matthew Rowles" <[EMAIL PROTECTED]>
> Subject: Re: lilypond-user Digest, Vol 66, Issue 13
> To: "Frederick Dennis" <[EMAIL PROTECTED]>
> Cc: lilypond-user@gnu.org
> Message-ID:
>        <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> 2008/5/6 Frederick Dennis <[EMAIL PROTECTED]>:
> > Dear All,
> >
> > Thanks to Reinhold and Mats, I've managed to set a hymn, SATB with piano
> > reduction, 3 verses printed separately under each
> > voice. The ignore melismata routine is fine but I would also like to use
> > dotted slurs. Putting #(set-global-staff-size 14) in \paper
> >  doesn't make any difference. How can I fit all the music on to two
> pages?
> > Sorry to be such a nuisance.
> >
> > % Created on Mon May 05 16:30:06 BST 2008
> > \version "2.10.33"
> >
> > \header {
> >     title = "All ye People Clap your Hands"
> >      poet = "Brady and Tate"
> >     composer = "Broderip"
> >     piece = "Psalm 47"
> > }
> >
> MUSIC STUFF....
> >
> > \paper {
> >     #(set-global-staff-size 14)
> > }
> >
> >
> >
>
> Maybe try putting #(set-global-staff-size 14) just on it's own?
>
> I know that I use that line in my own music. I'm pretty sure I just
> whack it on the line after \version
>
>
> --
> Matthew Rowles
>
> - Be Alert. Austalia needs lerts.
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 6 May 2008 01:58:39 +0000 (UTC)
> From: Stan Mulder <[EMAIL PROTECTED]>
> Subject: Re: Adding notes above drumstaff
> To: lilypond-user@gnu.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii
>
> Kieren MacMillan <kieren_macmillan <at> sympatico.ca> writes:
>
> > (lilypond example snipped)
>
> That looks like it works. I think the notes should be smaller though so
> the
> drummer knows they are only cues.
>
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 6 May 2008 13:11:18 +1000
> From: "Matthew Rowles" <[EMAIL PROTECTED]>
> Subject: Re: Adding notes above drumstaff
> To: "Stan Mulder" <[EMAIL PROTECTED]>
> Cc: lilypond-user@gnu.org
> Message-ID:
>        <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> 2008/5/6 Stan Mulder <[EMAIL PROTECTED]>:
> > Kieren MacMillan <kieren_macmillan <at> sympatico.ca> writes:
> >
> >  > (lilypond example snipped)
> >
> >  That looks like it works. I think the notes should be smaller though so
> the
> >  drummer knows they are only cues.
> >
>
> Try the \tiny tag...
>
> --
> Matthew Rowles
>
> - Be Alert. Austalia needs lerts.
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 6 May 2008 03:28:43 +0000 (UTC)
> From: Stan Mulder <[EMAIL PROTECTED]>
> Subject: Re: Adding notes above drumstaff
> To: lilypond-user@gnu.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii
>
> Matthew Rowles <rowlesmr <at> gmail.com> writes:
>
> >
> > 2008/5/6 Stan Mulder <st45882wz <at> earthlink.net>:
> > > Kieren MacMillan <kieren_macmillan <at> sympatico.ca> writes:
> > >
> > >  > (lilypond example snipped)
> > >
> > >  That looks like it works. I think the notes should be smaller though
> so the
> > >  drummer knows they are only cues.
> > >
> >
> > Try the \tiny tag...
>
>
> I tried that. I thought the font could be even smaller so I tried \teeny
> but got
> the following error:
>
> $ lilypond --png a.ly
> GNU LilyPond 2.10.33
> Processing `a.ly'
> Parsing...
> a.ly:5:4: error: unknown escaped string: `\teeny'
>
>    \teeny {
> a.ly:5:4: error: syntax error, unexpected STRING
>
>    \teeny {
> a.ly:16:0: error: errors found, ignoring music expression
>
> \new DrumStaff
> error: failed files: "a.ly"
>
>
>
> Yet the docs say \teeny exists.
>
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 5 May 2008 20:33:33 -0700
> From: Graham Percival <[EMAIL PROTECTED]>
> Subject: Re: Adding notes above drumstaff
> To: Stan Mulder <[EMAIL PROTECTED]>
> Cc: lilypond-user@gnu.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=US-ASCII
>
> On Tue, 6 May 2008 03:28:43 +0000 (UTC)
> Stan Mulder <[EMAIL PROTECTED]> wrote:
>
> > I tried that. I thought the font could be even smaller so I tried
> > \teeny but got the following error:
> >
> > $ lilypond --png a.ly
> > GNU LilyPond 2.10.33
>
> \teeny was added recently to 2.11.  For 2.10, you could use
> something like \set fontSize = #-3 instead.
>
> Cheers,
> - Graham
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 6 May 2008 04:18:41 +0000 (UTC)
> From: Stan Mulder <[EMAIL PROTECTED]>
> Subject: Re: Adding notes above drumstaff
> To: lilypond-user@gnu.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii
>
> Graham Percival <gpermus <at> gmail.com> writes:
>
> >
> > On Tue, 6 May 2008 03:28:43 +0000 (UTC)
> > Stan Mulder <st45882wz <at> earthlink.net> wrote:
> >
> > > I tried that. I thought the font could be even smaller so I tried
> > > \teeny but got the following error:
> > >
> > > $ lilypond --png a.ly
> > > GNU LilyPond 2.10.33
> >
> > \teeny was added recently to 2.11.  For 2.10, you could use
> > something like \set fontSize = #-3 instead.
>
> That works. Actually a fontsize of -5 looks pretty good but the stem stays
> the
> same size. Shouldn't it get shorter as the note head shrinks?
>
>
>
>
>
> ------------------------------
>
> Message: 7
> Date: Mon, 5 May 2008 21:36:42 -0700
> From: Graham Percival <[EMAIL PROTECTED]>
> Subject: Re: Adding notes above drumstaff
> To: Stan Mulder <[EMAIL PROTECTED]>
> Cc: lilypond-user@gnu.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=US-ASCII
>
> On Tue, 6 May 2008 04:18:41 +0000 (UTC)
> Stan Mulder <[EMAIL PROTECTED]> wrote:
>
> > Graham Percival <gpermus <at> gmail.com> writes:
> >
> > > \teeny was added recently to 2.11.  For 2.10, you could use
> > > something like \set fontSize = #-3 instead.
> >
> > That works. Actually a fontsize of -5 looks pretty good but the stem
> > stays the same size. Shouldn't it get shorter as the note head
> > shrinks?
>
> No, that's not intended.  You can certainly shorten the stem in
> other ways; consult the LM in 2.11 to learn how to construct
> tweaks.
>
> Cheers,
> - Graham
>
>
>
>
> ------------------------------
>
> Message: 8
> Date: Tue, 06 May 2008 09:53:04 +0200
> From: Mats Bengtsson <[EMAIL PROTECTED]>
> Subject: Re: lilypond-user Digest, Vol 66, Issue 13
> To: Frederick Dennis <[EMAIL PROTECTED]>
> Cc: lilypond-user@gnu.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>
>
> Frederick Dennis wrote:
> > The ignore melismata routine is fine but I would also like to use
> > dotted slurs.
> If you search for "dotted" in the "LilyPond Index" in the manual (i.e.
> the index of the manual),
> you will find that there's a predefined macro \slurDotted that makes all
> following slurs be dotted.
>
> > Putting #(set-global-staff-size 14) in \paper
> > doesn't make any difference.
> You have to insert these lines above the score you want it to apply to,
> in the .ly file.
> Also, there's no need to include the setting in a \paper block (where
> did you get that
> impression that this was needed?).
>
>    /Mats
>
>
>
>
> ------------------------------
>
> Message: 9
> Date: Tue, 6 May 2008 11:49:12 +0200
> From: "Stefan Thomas" <[EMAIL PROTECTED]>
> Subject: pdf is not procuced
> To: lilypond-user <lilypond-user@gnu.org>
> Message-ID:
>        <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Dear lilypond users,
> when I want to make a pdf-file of my score I get the following message:
> pdf is not procuced
> /home/Stefan/partituren/differance/musik/musik_ab94.ly:154:4: Warnung:
> Keine
> rhythmische Gruppe zu beenden
> r 4
>    \times 2/3 { r 8 e'\p f, } | %nochnschlagzwo 107
> [8][8]
> Vorverarbeitung der grafischen Elemente...
> Programmierfehler: Multi_measure_rest::get_rods (): I am not spanned!
> Fortsetzung, die Daumen drücken
> Programmierfehler: Multi_measure_rest::get_rods (): I am not spanned!
> Fortsetzung, die Daumen drücken
> Programmierfehler: Multi_measure_rest::get_rods (): I am not spanned!
> Fortsetzung, die Daumen drücken
> Programmierfehler: Multi_measure_rest::get_rods (): I am not spanned!
> Fortsetzung, die Daumen drücken
> Programmierfehler: Multi_measure_rest::get_rods (): I am not spanned!
> Fortsetzung, die Daumen drücken
> Programmierfehler: Multi_measure_rest::get_rods (): I am not spanned!
> Fortsetzung, die Daumen drücken
> Ideale Seitenanzahl wird gefunden...
> Musik wird auf 1 oder 2 Seiten angepasst...
> Systeme erstellen...
> Layout nach »partitur.ps« ausgeben...
> Konvertierung nach »partitur.pdf«...
> »gs -q  -dSAFER  -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIGHTPOINTS=841.89
> -dCompatibilityLevel=1.4  -dNOPAUSE -dBATCH -r1200  -sDEVICE=pdfwrite
> -sOutputFile="partitur.pdf" -c .setpdfwrite -f "partitur.ps"« gescheitert
> (256)
> Programmierfehler: Parsed object should be dead: static scm_unused_struct*
> Prob::mark_smob(scm_unused_struct*)
> Fortsetzung, die Daumen drücken
> Programmierfehler: Parsed object should be dead: static scm_unused_struct*
> Context_def::mark_smob(scm_unused_struct*)
> Fortsetzung, die Daumen drücken
> Programmierfehler: Parsed object should be dead: static scm_unused_struct*
> Lily_lexer::mark_smob(scm_unused_struct*)
> Fortsetzung, die Daumen drücken
> Programmierfehler: Parsed object should be dead: static scm_unused_struct*
> Grob::mark_smob(scm_unused_struct*)
> Fortsetzung, die Daumen drücken
> Fehler: gescheiterte Dateien: "partitur.ly"
> What does it mean?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.gnu.org/pipermail/lilypond-user/attachments/20080506/a9ae0073/attachment.html
>
> ------------------------------
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> End of lilypond-user Digest, Vol 66, Issue 15
> *********************************************
>



-- 
Fr. Gordon Gilbert
Penetanguishene, ON
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to