Re: 2.11.49 - MIDI (again...)

2008-06-16 Thread Trevor Daniels
then compiles without error and produces a midi file. Don't know if it's exactly what you intended though. Trevor - Original Message - From: "George_" <[EMAIL PROTECTED]> To: Sent: Monday, June 16, 2008 4:56 AM Subject: Re: 2.11.49 - MIDI (again...) \v

Re: 2.11.49 - MIDI (again...)

2008-06-15 Thread Graham Percival
On Sun, 15 Jun 2008 20:56:19 -0700 (PDT) George_ <[EMAIL PROTECTED]> wrote: > \score { > > one = > ^\markup >From what I understand, this shouldn't compile at all. Variables should be defined outside of the \score. Cheers, - Graham ___ lilypond

Re: 2.11.49 - MIDI (again...)

2008-06-15 Thread George_
\version "2.11.49" \score { one = ^\markup \combine \musicglyph #"accordion.accDiscant" \combine \raise #1.5 \musicglyph #"accordion.accDot" \raise #2.5 \musicglyph #"accordion.accDot" two = ^\markup \combine \musicglyph #"accordion.accDiscant"

Re: 2.11.49 - MIDI (again...)

2008-06-15 Thread Valentin Villenave
2008/6/15 George_ <[EMAIL PROTECTED]>: > [...] > The MIDI file doesn't get created [...] Greetings, We can't help you unless you show us some piece of code. Though your approach seems OK, you may have forgotten something else. Cheers, Valentin ___ li

2.11.49 - MIDI (again...)

2008-06-14 Thread George_
Hi guys, I'm typesetting some music, and instead of looking through the output pdf to check if it's all correct, I'd rather use MIDI and listen, see if there's anything that sounds out of place (as you do). I've added the \midi { } block. Tick. I've put a \layout { } block above it, to get me p