lilypond-devel
[Top][All Lists]
Advanced

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

Re: ties in 1.5.30


From: Mats Bengtsson
Subject: Re: ties in 1.5.30
Date: Mon, 11 Feb 2002 16:41:26 +0100

> When midi-field is commented, PS-output works the right way! But,
> then there's no midi-output.
> 
> When midi-field is not commented, only midi-output is produced (along
> with some error messsages). But, then there's no dvi- or ps-output.

Yes, by default you only get paper output, if you specify a
midi field, you only get MIDI. To get both, add also an empty
paper field:

\score{
  ...
  \paper{}
  \midi{}
}

I think this makes sence, since you may want to have a separate
score declaration for the MIDI output that plays all the repeats
or does some other specific tricks that should not be in the 
printed output.

  /Mats





reply via email to

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