lilypond-user
[Top][All Lists]
Advanced

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

Re: What's the least input into a score to get midi output added?


From: dax2
Subject: Re: What's the least input into a score to get midi output added?
Date: Fri, 29 Jul 2005 00:47:43 +0200

On Wed, 27 Jul 2005 22:03:59 -0400
Bec wrote:

> I just tried the "Notes only" template and got an error that I  
> commonly get when I copy and paste from the Lilypond manual - it  
> doesn't like the " ’ " character that is in the manual. I have to  
> manually delete them and reinsert " ' ". Then it typesets fine. Below  
> is the "Notes only" template with the modification, which works fine  
> on my installation of Lilypond 2.7.3 on OS 10.4.

Oh! Now I can see what example was used here. In my browser cut
and paste worked very well. The error which Jay Hamilton, Sound
and Silence" experienced in the first place must come from
something different than the manual or template source.

There may be a browser-bug (automatic replacement of single-quote
into accent aigue.)

If you experience something like that then

    USE ONLY TEXTMODE-CUT+PASTE!

Anyway beginner readers should fetch a bunch of simple examples
in some special tutorial-snippet archive. Sebastiano Vigna is
working on that! Han-Wen mentioned it to me earlier. I must say
this is useful! Here is the link:


http://lsr.dsi.unimi.it/LSR/html/whatsthis.html


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Example used:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

\version "2.4.5"

melody = \relative c'
{
     \clef treble
     \key c \major
     \time 4/4

     a4 b c d
}

\score
{
     \new Staff \melody
     \layout
     {
         raggedright = ##t
     }
     \midi { \tempo 4=60 }
}


-- 
This message was created with VIM and Sylpheed -- http://d-axel.dk/pub/music




reply via email to

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