lilypond-user
[Top][All Lists]
Advanced

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

Re: Invisible note lines?


From: Marc Hohl
Subject: Re: Invisible note lines?
Date: Fri, 27 Oct 2017 18:28:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

Am 27.10.2017 um 18:25 schrieb bb:
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?

No, you just put two score blocks in your .ly file.
If one score block contains a \midi block and *no* layout block, there is no graphical output.

See

http://lilypond.org/doc/v2.18/Documentation/notation/creating-midi-files

for clarification.

HTH,

Marc


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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



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


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





reply via email to

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