bug-lilypond
[Top][All Lists]
Advanced

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

Re: \partial and \midi


From: Laurent Martelli
Subject: Re: \partial and \midi
Date: Mon, 25 Mar 2002 10:15:38 +0100
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/20.7 (i386-debian-linux-gnu)

>>>>> "Han-Wen" == Han-Wen Nienhuys <address@hidden> writes:

  Han-Wen> address@hidden writes:
  >> It looks like lily 1.4.12 does checks bars correctly for midi
  >> output. If you try this small sample, it works fine, but if you
  >> uncomment the \midi line, it says :

  Han-Wen> Thanks for the report. Try adding Timing_engraver to the
  Han-Wen> Score context (ly/performer.ly)

I tried this, but it did not perform better :

ScoreContext = \translator {
        \type "Score_performer"

        \name Score
        instrument = #"bright acoustic"
        \accepts Staff
        \accepts GrandStaff
        \accepts PianoStaff
        \accepts Lyrics 
        \accepts StaffGroup
        \accepts ChoirStaff
        \accepts RhythmicStaff
        \accepts ChordNames
        \consists "Timing_engraver" 
        \consists "Swallow_performer"

        dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume
        instrumentEqualizer = #default-instrument-equalizer
}

\score {
  \notes { \partial 2 c2 | c1 | }
  \paper {}
  \midi { 
    \translator { \ScoreContext }
  }
}


  Han-Wen> BTW, how is the backport of the 1.5 fonts going?

Not so well :-(

I tried to build 1.4.12 with the mf directory from 1.5, but it did not
work out of the box. There were some problems with stepmake, so I
copied the files that were missing, but I had another error which I do
not remember. I believe there is hope, but I would need more time.

-- 
Laurent Martelli
address@hidden              http://www.bearteam.org/~laurent/




reply via email to

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