[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    Re: Suggestions for page layout
From:       Flaming Hakama by Elaine <elaine () flaminghakama ! com>
Date:       2017-10-27 19:30:43
Message-ID: CACX-=8y0x_G-sYiBzyXioTsY3HiYUoxLODubgLTo1ueTKM_OVQ () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


From: Abraham Lee <tisimst.lilypond@gmail.com>

> To: Flaming Hakama by Elaine <elaine@flaminghakama.com>
> Cc: Lilypond-User Mailing List <lilypond-user@gnu.org>
> Subject: Re: Suggestions for page layout
>
>>
>>

> Abraham, those PDF-BatchBooklet utitilies look like precisely what I need,
>> although in a UI rather than text/command line.
>>
>
> Great!
>
>
>> I'm curious, does your interface rely on some of these same dependencies
>> pdftk, pdfjam, pdfbook or pdfinfo?
>>
>
> Not at all. Other than being Python-based, there's only one additional
> python package my apps require to handle the PDF operations. So, if you
> have Python 2.7 installed, I can send you a command-line version of my
> BatchBooklet app. It's REALLY fast, too, especially without the GUI in the
> way. Just let me know if you're interested.
>
> Best,
> Abraham
>

Yes, I would be totally interested in the command line version of your
utility.

Python seems like a great choice, especially given the apparent
percariousness
of pdftk.



Thanks,


David Elaine Alt
415 . 341 .4954                                           "*Confusion is
highly underrated*"
elaine@flaminghakama.com
self-immolation.info
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


>
> ---------- Forwarded message ----------
> From: Marc Hohl <marc@hohlart.de>
> To: lilypond-user@gnu.org
> Cc:
> Bcc:
> Date: Fri, 27 Oct 2017 18:07:22 +0200
> Subject: Re: Invisible note lines?
> 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
>>
>>
>
>
>
>
> ---------- Forwarded message ----------
> From: Caagr98 <caagr98@gmail.com>
> To: lilypond-user@gnu.org
> Cc:
> Bcc:
> Date: Fri, 27 Oct 2017 18:08:52 +0200
> Subject: Re: Invisible note lines?
> You can use \tag and \removeWithTag for that.
>
> On 10/27/17 18:04, bb wrote:
> > 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.
> >
> > Regards BB
> >
> >
> >
> >
> > _______________________________________________
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
> >
>
>
>
>
> ---------- Forwarded message ----------
> From: Robert Schmaus <robert.schmaus@web.de>
> To: bb <bb-543437@telecolumbus.net>
> Cc: lilypond-user@gnu.org
> Bcc:
> Date: Fri, 27 Oct 2017 18:11:46 +0200
> Subject: Re: rim shot
> Actually, I (not a drummer as well but a bassist, so close enough ...)
> would suggest not to translate this at all. I've never played with a dummer
> (german speaking) who didn't call a rim shot "rim shot". I've never heard
> of a "Randschlag" or indeed any German word for this percussive element ...
>
>
>
>
> > On 27 Oct 2017, at 17:35, bb <bb-543437@telecolumbus.net> wrote:
> >
> > http://lilypond.org/doc/v2.18/Documentation/notation/percussion-in-midi
> > In the german Manual I found some funny translation for rim shot:
> > Peitschenschlag.
> >
> > I am not a drummer, but I think that should read as "Randschlag" or
> > "Rahmenschlag" for a drum or snare drum. German readers will understand
> > what is meant. "Rand" is the "edge" of the Drum and "Rahmen" means
> > something like a "frame" or "border" or "edge".
> >
> > Kind regards BB
> >
> >
> > _______________________________________________
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
>
>
>
> ---------- Forwarded message ----------
> From: bb <bb-543437@telecolumbus.net>
> To: lilypond-user@gnu.org
> Cc:
> Bcc:
> Date: Fri, 27 Oct 2017 18:25:18 +0200
> Subject: Re: Invisible note lines?
> 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
>
>
>
>
>
> ---------- Forwarded message ----------
> From: Marc Hohl <marc@hohlart.de>
> To: lilypond-user@gnu.org
> Cc:
> Bcc:
> Date: Fri, 27 Oct 2017 18:28:59 +0200
> Subject: Re: Invisible note lines?
> 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
>>>> 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
>>
>>
>
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>

[Attachment #5 (text/html)]

<div dir="ltr"><br><div class="gmail_extra"><div><div class="gmail_signature" \
data-smartmail="gmail_signature"><div dir="ltr"><div><div><font size="2" face="arial" \
color="black"><br></font></div>From:  Abraham Lee &lt;<a \
href="mailto:tisimst.lilypond@gmail.com">tisimst.lilypond@gmail.com</a>&gt;<br></div></div></div></div><div \
class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex">To:  Flaming Hakama by Elaine \
&lt;<a href="mailto:elaine@flaminghakama.com">elaine@flaminghakama.com</a>&gt;<br>Cc: \
Lilypond-User Mailing List &lt;<a \
href="mailto:lilypond-user@gnu.org">lilypond-user@gnu.org</a>&gt;<br>Subject:  Re: \
Suggestions for page layout<br><div dir="ltr"><div class="gmail_extra"><div \
class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex"><div \
dir="ltr"><span><div><br></div></span></div></blockquote></div></div></div></blockquote><div> \
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div \
class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex"><div \
dir="ltr"><span><div></div></span><div>Abraham, those PDF-BatchBooklet utitilies look \
like precisely what I need, although in a UI rather than text/command line.   \
</div></div></blockquote><div><br></div><div>Great!</div><div>  </div><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div>I&#39;m curious, does your interface rely \
on some of these same dependencies pdftk, pdfjam, pdfbook or \
pdfinfo?</div></div></blockquote><div><br></div><div>Not at all. Other than being \
Python-based, there&#39;s only one additional python package my apps require to \
handle the PDF operations. So, if you have Python 2.7 installed, I can send you a \
command-line version of my BatchBooklet app. It&#39;s REALLY fast, too, especially \
without the GUI in the way. Just let me know if you&#39;re \
interested.</div><div><br></div><div>Best,</div><div>Abraham</div></div></div></div> \
</blockquote><div><br></div><div>Yes, I would be totally interested in the command \
line version of your utility.   <br></div><div><br></div><div>Python seems like a \
great choice, especially given the apparent percariousness</div><div>of \
pdftk.</div><div><br></div><div><br></div><div><br></div><div>Thanks, \
<br></div><div><br></div><div><br></div><div>David Elaine Alt<br><div>415 . 341 .4954 \
&quot;<i>Confusion is highly underrated</i>&quot;<br></div><a \
href="mailto:elaine@flaminghakama.com" \
target="_blank">elaine@flaminghakama.com</a><br><font size="2" face="arial" \
color="black"><a href="http://self-immolation.info" \
target="_blank">self-immolation.info</a><br>

</font>skype: flaming_hakama<br><font size="2" face="arial" color="black">Producer ~ \
Composer ~ Instrumentalist<br></font>-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-</div><div> \
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><br>---------- Forwarded message ----------<br>From:  Marc \
Hohl &lt;<a href="mailto:marc@hohlart.de">marc@hohlart.de</a>&gt;<br>To:  <a \
href="mailto:lilypond-user@gnu.org">lilypond-user@gnu.org</a><br>Cc:  <br>Bcc:  \
<br>Date:  Fri, 27 Oct 2017 18:07:22 +0200<br>Subject:  Re: Invisible note \
lines?<br>Am 27.10.2017 um 18:04 schrieb bb:<br> <blockquote class="gmail_quote" \
style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> For a backing \
track I want a melody line and chords printed on a lead<br> sheet - standard with \
lilypond.<br> But a midi should have an aditional kickdrum/bassdrum for rhythm. \
The<br> notes should not be visible on the lead sheet but to hear in the midi.<br>
Is it possible to add notes for midi but invisible on the print?<br>
<br>
Certainly I can assemble one lilypond file for the lead sheet and<br>
another one for the midi. But that is not really smart. It is not<br>
comfortable to have to change two lilypond files for corrections etc.<br>
</blockquote>
<br>
You only need to include two \score commands in one lilypond file:<br>
<br>
\score {<br>
   ... stuff to be printed ...<br>
}<br>
<br>
\score {<br>
... same stuff without kick ...<br>
     \midi { }<br>
}<br>
<br>
HTH,<br>
<br>
Marc<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> <br>
Regards BB<br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
lilypond-user mailing list<br>
<a href="mailto:lilypond-user@gnu.org" target="_blank">lilypond-user@gnu.org</a><br>
<a href="https://lists.gnu.org/mailman/listinfo/lilypond-user" rel="noreferrer" \
target="_blank">https://lists.gnu.org/mailman/<wbr>listinfo/lilypond-user</a><br> \
<br> </blockquote>
<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From:  Caagr98 &lt;<a \
href="mailto:caagr98@gmail.com">caagr98@gmail.com</a>&gt;<br>To:  <a \
href="mailto:lilypond-user@gnu.org">lilypond-user@gnu.org</a><br>Cc:  <br>Bcc:  \
<br>Date:  Fri, 27 Oct 2017 18:08:52 +0200<br>Subject:  Re: Invisible note \
lines?<br>You can use \tag and \removeWithTag for that.<br> <br>
On 10/27/17 18:04, bb wrote:<br>
&gt; For a backing track I want a melody line and chords printed on a lead<br>
&gt; sheet - standard with lilypond.<br>
&gt; But a midi should have an aditional kickdrum/bassdrum for rhythm. The<br>
&gt; notes should not be visible on the lead sheet but to hear in the midi.<br>
&gt; Is it possible to add notes for midi but invisible on the print?<br>
&gt;<br>
&gt; Certainly I can assemble one lilypond file for the lead sheet and<br>
&gt; another one for the midi. But that is not really smart. It is not<br>
&gt; comfortable to have to change two lilypond files for corrections etc.<br>
&gt;<br>
&gt; Regards BB<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ______________________________<wbr>_________________<br>
&gt; lilypond-user mailing list<br>
&gt; <a href="mailto:lilypond-user@gnu.org">lilypond-user@gnu.org</a><br>
&gt; <a href="https://lists.gnu.org/mailman/listinfo/lilypond-user" rel="noreferrer" \
target="_blank">https://lists.gnu.org/mailman/<wbr>listinfo/lilypond-user</a><br> \
&gt;<br> <br>
<br>
<br><br>---------- Forwarded message ----------<br>From:  Robert Schmaus &lt;<a \
href="mailto:robert.schmaus@web.de">robert.schmaus@web.de</a>&gt;<br>To:  bb &lt;<a \
href="mailto:bb-543437@telecolumbus.net">bb-543437@telecolumbus.net</a>&gt;<br>Cc:  \
<a href="mailto:lilypond-user@gnu.org">lilypond-user@gnu.org</a><br>Bcc:  <br>Date:  \
Fri, 27 Oct 2017 18:11:46 +0200<br>Subject:  Re: rim shot<br>Actually, I (not a \
drummer as well but a bassist, so close enough ...) would suggest not to translate \
this at all. I&#39;ve never played with a dummer (german speaking) who didn&#39;t \
call a rim shot &quot;rim shot&quot;. I&#39;ve never heard of a \
&quot;Randschlag&quot; or indeed any German word for this percussive element ...<br> \
<br> <br>
<br>
<br>
&gt; On 27 Oct 2017, at 17:35, bb &lt;<a \
href="mailto:bb-543437@telecolumbus.net">bb-543437@telecolumbus.net</a>&gt; \
wrote:<br> &gt;<br>
&gt; <a href="http://lilypond.org/doc/v2.18/Documentation/notation/percussion-in-midi" \
rel="noreferrer" target="_blank">http://lilypond.org/doc/v2.18/<wbr>Documentation/notation/<wbr>percussion-in-midi</a><br>
 &gt; In the german Manual I found some funny translation for rim shot:<br>
&gt; Peitschenschlag.<br>
&gt;<br>
&gt; I am not a drummer, but I think that should read as &quot;Randschlag&quot; \
or<br> &gt; &quot;Rahmenschlag&quot; for a drum or snare drum. German readers will \
understand<br> &gt; what is meant. &quot;Rand&quot; is the &quot;edge&quot; of the \
Drum and &quot;Rahmen&quot; means<br> &gt; something like a &quot;frame&quot; or \
&quot;border&quot; or &quot;edge&quot;.<br> &gt;<br>
&gt; Kind regards BB<br>
&gt;<br>
&gt;<br>
&gt; ______________________________<wbr>_________________<br>
&gt; lilypond-user mailing list<br>
&gt; <a href="mailto:lilypond-user@gnu.org">lilypond-user@gnu.org</a><br>
&gt; <a href="https://lists.gnu.org/mailman/listinfo/lilypond-user" rel="noreferrer" \
target="_blank">https://lists.gnu.org/mailman/<wbr>listinfo/lilypond-user</a><br> \
<br> <br>
<br>
<br><br>---------- Forwarded message ----------<br>From:  bb &lt;<a \
href="mailto:bb-543437@telecolumbus.net">bb-543437@telecolumbus.net</a>&gt;<br>To:  \
<a href="mailto:lilypond-user@gnu.org">lilypond-user@gnu.org</a><br>Cc:  <br>Bcc:  \
<br>Date:  Fri, 27 Oct 2017 18:25:18 +0200<br>Subject:  Re: Invisible note \
lines?<br>I interpret this to have to comment out one of the two \score blocks \
for<br> printing and the other for to get the midi? or do I miss the point?<br>
<br>
Regards BB<br>
<br>
Am 27.10.2017 um 18:07 schrieb Marc Hohl:<br>
&gt; Am 27.10.2017 um 18:04 schrieb bb:<br>
&gt;&gt; For a backing track I want a melody line and chords printed on a lead<br>
&gt;&gt; sheet - standard with lilypond.<br>
&gt;&gt; But a midi should have an aditional kickdrum/bassdrum for rhythm. The<br>
&gt;&gt; notes should not be visible on the lead sheet but to hear in the midi.<br>
&gt;&gt; Is it possible to add notes for midi but invisible on the print?<br>
&gt;&gt;<br>
&gt;&gt; Certainly I can assemble one lilypond file for the lead sheet and<br>
&gt;&gt; another one for the midi. But that is not really smart. It is not<br>
&gt;&gt; comfortable to have to change two lilypond files for corrections etc.<br>
&gt;<br>
&gt; You only need to include two \score commands in one lilypond file:<br>
&gt;<br>
&gt; \score {<br>
&gt;    ... stuff to be printed ...<br>
&gt; }<br>
&gt;<br>
&gt; \score {<br>
&gt; ... same stuff without kick ...<br>
&gt;      \midi { }<br>
&gt; }<br>
&gt;<br>
&gt; HTH,<br>
&gt;<br>
&gt; Marc<br>
&gt;&gt;<br>
&gt;&gt; Regards BB<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; lilypond-user mailing list<br>
&gt;&gt; <a href="mailto:lilypond-user@gnu.org">lilypond-user@gnu.org</a><br>
&gt;&gt; <a href="https://lists.gnu.org/mailman/listinfo/lilypond-user" \
rel="noreferrer" target="_blank">https://lists.gnu.org/mailman/<wbr>listinfo/lilypond-user</a><br>
 &gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; ______________________________<wbr>_________________<br>
&gt; lilypond-user mailing list<br>
&gt; <a href="mailto:lilypond-user@gnu.org">lilypond-user@gnu.org</a><br>
&gt; <a href="https://lists.gnu.org/mailman/listinfo/lilypond-user" rel="noreferrer" \
target="_blank">https://lists.gnu.org/mailman/<wbr>listinfo/lilypond-user</a><br> \
<br> <br>
<br>
<br><br>---------- Forwarded message ----------<br>From:  Marc Hohl &lt;<a \
href="mailto:marc@hohlart.de">marc@hohlart.de</a>&gt;<br>To:  <a \
href="mailto:lilypond-user@gnu.org">lilypond-user@gnu.org</a><br>Cc:  <br>Bcc:  \
<br>Date:  Fri, 27 Oct 2017 18:28:59 +0200<br>Subject:  Re: Invisible note \
lines?<br>Am 27.10.2017 um 18:25 schrieb bb:<br> <blockquote class="gmail_quote" \
style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> I interpret \
this to have to comment out one of the two \score blocks for<br> printing and the \
other for to get the midi? or do I miss the point?<br> </blockquote>
<br>
No, you just put two score blocks in your .ly file.<br>
If one score block contains a \midi block and *no* layout block, there is no \
graphical output.<br> <br>
See<br>
<br>
<a href="http://lilypond.org/doc/v2.18/Documentation/notation/creating-midi-files" \
rel="noreferrer" target="_blank">http://lilypond.org/doc/v2.18/<wbr>Documentation/notation/creatin<wbr>g-midi-files</a><br>
 <br>
for clarification.<br>
<br>
HTH,<br>
<br>
Marc<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> <br>
Regards BB<br>
<br>
Am 27.10.2017 um 18:07 schrieb Marc Hohl:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> Am 27.10.2017 um 18:04 schrieb bb:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> For a backing track I want a melody line and chords printed \
on a lead<br> sheet - standard with lilypond.<br>
But a midi should have an aditional kickdrum/bassdrum for rhythm. The<br>
notes should not be visible on the lead sheet but to hear in the midi.<br>
Is it possible to add notes for midi but invisible on the print?<br>
<br>
Certainly I can assemble one lilypond file for the lead sheet and<br>
another one for the midi. But that is not really smart. It is not<br>
comfortable to have to change two lilypond files for corrections etc.<br>
</blockquote>
<br>
You only need to include two \score commands in one lilypond file:<br>
<br>
\score {<br>
     ... stuff to be printed ...<br>
}<br>
<br>
\score {<br>
... same stuff without kick ...<br>
       \midi { }<br>
}<br>
<br>
HTH,<br>
<br>
Marc<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> <br>
Regards BB<br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
lilypond-user mailing list<br>
<a href="mailto:lilypond-user@gnu.org" target="_blank">lilypond-user@gnu.org</a><br>
<a href="https://lists.gnu.org/mailman/listinfo/lilypond-user" rel="noreferrer" \
target="_blank">https://lists.gnu.org/mailman/<wbr>listinfo/lilypond-user</a><br> \
<br> </blockquote>
<br>
<br>
______________________________<wbr>_________________<br>
lilypond-user mailing list<br>
<a href="mailto:lilypond-user@gnu.org" target="_blank">lilypond-user@gnu.org</a><br>
<a href="https://lists.gnu.org/mailman/listinfo/lilypond-user" rel="noreferrer" \
target="_blank">https://lists.gnu.org/mailman/<wbr>listinfo/lilypond-user</a><br> \
</blockquote> <br>
<br>
______________________________<wbr>_________________<br>
lilypond-user mailing list<br>
<a href="mailto:lilypond-user@gnu.org" target="_blank">lilypond-user@gnu.org</a><br>
<a href="https://lists.gnu.org/mailman/listinfo/lilypond-user" rel="noreferrer" \
target="_blank">https://lists.gnu.org/mailman/<wbr>listinfo/lilypond-user</a><br> \
<br> </blockquote>
<br>
<br>
<br>
<br>______________________________<wbr>_________________<br>
lilypond-user mailing list<br>
<a href="mailto:lilypond-user@gnu.org">lilypond-user@gnu.org</a><br>
<a href="https://lists.gnu.org/mailman/listinfo/lilypond-user" rel="noreferrer" \
target="_blank">https://lists.gnu.org/mailman/<wbr>listinfo/lilypond-user</a><br> \
<br></blockquote></div><br></div></div>



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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic