bug-lilypond
[Top][All Lists]
Advanced

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

Re: Midi command not working with Mac (OS X 10.5.2)


From: James E. Bailey
Subject: Re: Midi command not working with Mac (OS X 10.5.2)
Date: Thu, 16 Apr 2009 06:32:26 +0200

The location is wrong. \midi and \layout blocks should not be included where the music is.
\score {
        <<
                %% Full Score of a Berlioz opera %%
        >>
        \layout {}
        \midi {}
}
Am 16.04.2009 um 04:28 schrieb Io D.:

When using the lilypond program on my
 Mac computer, adding a \midi block
does not result in a midi
file being produced.  Is this a known
bug or more likely a problem in my own coding?

CODE:

upper = {
\clef treble
\tempo 8 = 240
\override Staff.TimeSignature #'style = #'()
\time 2/2
\key c \major

<f' bes'>4 \times 2/3 {<f' bes'>8
<f' bes'>8 <f' bes'>8} <f' bes'>4 r4
r4 \times 2/3 {<f' bes'>8 <f' bes'>8
 <f' bes'>8} \times 2/3 {<f' bes'>4
 <f' bes'>4 <f' bes'>4}
<f' bes'>4 \times 2/3 {<f' bes'>8 <f' bes'>8
 <f' bes'>8} <f' bes'>4 r4
\break
r4 \times 2/3 {<f' bes'>8 <f' bes'>8 <f' bes'>8}
\times 2/3 {<f' bes'>4 <f' bes'>4 <f' bes'>4}


}


lower = {
\clef bass
\override Staff.TimeSignature #'style = #'()
\time 2/2
\key c \major
<ees' bes>4 r4 <des' aes>4 r4
<ees' bes>4 r4 <des' aes>4 r4
<ees' bes>4 r4 <des' aes>4 r4
\break
<ees' bes>4 r4 <des' aes>4 r4
}
\score {
        \header {
                title = "Rainy Wednesday Theme"
                composer = "Io Daly"
        }
        \new PianoStaff <<
                \set PianoStaff.instrumentName = "Piano"
                \new Staff = "upper" \upper
                \new Staff = "lower" \lower
        \midi { }
        
        >>
}

\paper  {
                                %#(set-global-staff-size (* 5.8 mm))
  interscoreline = 2.\mm
  between-system-space = 15\mm
  ragged-bottom = ##t
}



\version "2.10.33"









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

James E. Bailey





reply via email to

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