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: Jay Hamilton, Sound and Silence
Subject: Re: What's the least input into a score to get midi output added?
Date: Thu, 28 Jul 2005 03:17:49 -0700
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

YES!
That's problem/issue/solution thanks- I did get it to work after that correction.
Hooray.
Jay

Bec and John wrote:

Hi Jim,

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.

\version "2.6.0"

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

    a4 b c d
}

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

- John

When I copy and paste from the first template example and then copy and paste my chosen notes I get

error: syntax error, unexpected STRING
\new Staff
          \melody

When I delete those parts I get

A lovely pdf file no error messages and no midi even though I now have at the end
\score {
\layout { }
\midi { \tempo 4=60 }
}


So the example template in this instance does not seem to work at I expect. Which is why I asked- what's the minimum?

Jay

------------------------------------------------------------------------

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

--
Childhood is a Journey not a race- Emma Sadinsky aged 8
Jay Hamilton
Sound and Silence
206-328-7694
www.soundand.com





reply via email to

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