Hi. I'm a PhD student in composition at the University at Buffalo in
Buffalo, NY, USA. I'm generating lilypond files from a Python script.
Attached is an example.

I've checked the documentation and example files for what I need for
MIDI output, but my attachment and other files like it can't produce
MIDI.

Do you have any suggestions?

Thank you very much.

-- 
Kevin C. Baird | [EMAIL PROTECTED]
http://www.kevinbaird.net
\version "1.8.1"
\include "english.ly"
\header {
  title = "No Clergy"
  subtitle = "(tupletpc=40, restpc=25, artpc=15, dynpc=15)"
  instrument = "Saxophone"
  composer = "Kevin C. Baird"
  tagline = "Copyright (c) 2003, Kevin C. Baird, Released under the GNU General Public 
License (http://www.gnu.org)"
}

\paper {
  hsize = 8.5 \in
  vsize = 3.0 \in
  linewidth = 7.5 \in
  indent = 0.5 \in
}
\midi { 
  \tempo 8 = 240
}
\include "paper20.ly"

\score { 
  \context Score
  \context Staff
  \context Voice=One {
  \voiceOne
  \property Voice.DynamicLineSpanner
    \set #'padding = #1.3
  \property Voice.TupletBracket
    \set #'padding = #2
  \property Staff.midiInstrument = "soprano sax"
  
\notes { 
  \clef treble


% MEASURE 1
\time 7/8 { bf''8 d''2-\marcato a''4-\marcato } % end meter

% MEASURE 2
\time 4/4 { 
  \times 4/5 {
    g''8 cs''8 g'8 bf''8-\marcato d''8-\marcato
  }
   r2 } % end meter

% MEASURE 3
\time 4/4 { 
  \times 2/3 {
    r4 r4 c'''4
  }
   d''2 } % end meter

% MEASURE 4
\time 5/4 { ef'8 bf'2 af'2 r8 } % end meter

% MEASURE 5
\time 3/8 { 
  \times 2/3 {
    r8 bf''8-\tenuto ef'8
  }
   b''8-\mp } % end meter

% MEASURE 6
\time 3/4 { af''8 a'4-\accent d''16-\staccato fs'8-\tenuto r16 cs'''8-\staccato } % 
end meter

% MEASURE 7
\time 9/8 { bf''16 r1 a'16 } % end meter

% MEASURE 8
\time 5/4 { 
  \times 4/5 {
    e''16-\tenuto e''16 fs'16 a''16 c''16
  }
   cs'''4 
  \times 4/5 {
    fs''8-\staccatissimo d'8 ef''8-\portato d''8 c''8
  }
   r4 } % end meter

% MEASURE 9
\time 5/4 { r2 r4 
  \times 2/3 {
    r8 r8 bf''8
  }
   g'4 } % end meter

% MEASURE 10
\time 3/4 { a''8-\mp fs'16-\marcato-\pp d''16-\portato r4 fs'8 r8 } % end meter

% MEASURE 11
\time 7/8 { r2 
  \times 4/5 {
    g''16 e'16 bf''16 f'16 r16
  }
   r8 } % end meter

% MEASURE 12
\time 3/4 { f''2-\mf af'16 f'8-\pp e'16 } % end meter

% MEASURE 13
\time 4/4 { r16 d'4 d''2 r16 e''8-\p } % end meter

% MEASURE 14
\time 9/8 { g''8 cs''4-\ppp a'4-\pp c''4 bf''16 e''8 d'16 } % end meter

% MEASURE 15
\time 3/4 { r4 bf'8-\pp bf''16-\staccatissimo c''16 r8 bf''8 } % end meter

% MEASURE 16
\time 3/4 { d'4 
  \times 4/5 {
    d''16-\accent c''16 r16 b'16-\ppp d''16
  }
   a''4-\staccato } % end meter

% MEASURE 17
\time 2/4 { 
  \times 2/3 {
    r8 bf''8 fs''8-\accent
  }
   r4 } % end meter

% MEASURE 18
\time 3/4 { r4 c'''4 af'16 bf'16 g''8-\ff } % end meter

% MEASURE 19
\time 4/4 { g'16 r16 cs''2 r4 g''8 } % end meter

% MEASURE 20
\time 5/4 { c''2-\fff e'4-\tenuto d''4 r8 e'8 } % end meter

} % end notes
} % end Voice
} % end score

_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to