lilypond-user
[Top][All Lists]
Advanced

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

Re: Suggestions for page layout


From: Flaming Hakama by Elaine
Subject: Re: Suggestions for page layout
Date: Fri, 27 Oct 2017 12:30:43 -0700



From: Abraham Lee <address@hidden>
To: Flaming Hakama by Elaine <address@hidden>
Cc: Lilypond-User Mailing List <address@hidden>
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"
address@hidden
self-immolation.info
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 

---------- Forwarded message ----------
From: Marc Hohl <address@hidden>
To: address@hidden
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user






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




---------- Forwarded message ----------
From: Robert Schmaus <address@hidden>
To: bb <address@hidden>
Cc: address@hidden
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 <address@hidden> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user





---------- Forwarded message ----------
From: bb <address@hidden>
To: address@hidden
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
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user





---------- Forwarded message ----------
From: Marc Hohl <address@hidden>
To: address@hidden
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
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





_______________________________________________
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]