lilypond-user
[Top][All Lists]
Advanced

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

Re: an easier way to create the midi block


From: Wim van Dommelen
Subject: Re: an easier way to create the midi block
Date: Wed, 15 May 2013 08:39:06 +0200

You mixed up the \score block with the music variables.
This one now works.

Regards,
Wim.

Attachment: flute.ly
Description: Binary data



On 15 May 2013, at 01:40 , Sarah k Alawami wrote:

Interesting. It worked when I did this before but now I'm unsure of how I did it lol!  here is the change I tried to make.

<flute.ly>
 It's in the ly file in line 66 that it errors out. lol!

Take care. 
On May 14, 2013, at 4:19 PM, Carl Peterson <address@hidden> wrote:

I think you need to include all your music notation in another set of braces and add a layout block to get printed output, like this:

\score {

{
    % music notation goes here
}

\midi { }  % need this for midi
\layout { } % need this for pdf

}

On Tue, May 14, 2013 at 7:13 PM, Sarah k Alawami <address@hidden> wrote:
Hello. Your trick does not work too well. I stays completion successful but there's no midi on my desk top where i have my files.

Here is an example of a ly file I want to test with this. If I can get this to work I can work faster to get this done by 11:59 tonight. lol!




Take care and be blessed, and thanks.


On May 1, 2013, at 12:13 AM, address@hidden wrote:

> On 2013-05-01 05:47, Sarah k Alawami wrote:
>> Is there an easier way to make the midi block with out remembering too much? lol!
>>
> Don't you need a \score ?
>
> If I add \score { before {\relative c,,
> and add \midi{} } last in the file I get a midi file.
>
> I attach the changed file. NB! I'm using version "2.17.11"
>
> // Anders
> PS! Not being a flutist (?) I'm a bit surprised that a flute can play two notes at the same time!
>
>
> --
> English isn't my first language.
> So any error or strangeness is due to the translation.
> Please correct my English so that I may become better.
> <flute_music_ame.ly>_______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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