I interpret this to have to comment out one of the two \score blocks for
printing and the other for to get the midi? or do I miss the point?

Regards BB

Am 27.10.2017 um 18:07 schrieb Marc Hohl:
> Am 27.10.2017 um 18:04 schrieb bb:
>> For a backing track I want a melody line and chords printed on a lead
>> sheet - standard with lilypond.
>> But a midi should have an aditional kickdrum/bassdrum for rhythm. The
>> notes should not be visible on the lead sheet but to hear in the midi.
>> Is it possible to add notes for midi but invisible on the print?
>>
>> Certainly I can assemble one lilypond file for the lead sheet and
>> another one for the midi. But that is not really smart. It is not
>> comfortable to have to change two lilypond files for corrections etc.
>
> You only need to include two \score commands in one lilypond file:
>
> \score {
>   ... stuff to be printed ...
> }
>
> \score {
> ... same stuff without kick ...
>    \midi { }
> }
>
> HTH,
>
> Marc
>>
>> Regards BB
>>
>>
>>
>>
>> _______________________________________________
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to