Re: Lilypond font in Adobe Illustrator

2019-07-25 Thread Abraham Lee
Hi, William! On Thu, Jul 25, 2019 at 4:02 PM William Zeitler wrote: > When I open a PDF generated by Lilypond (2.18.2) on Windows (10), Adobe > Illustrator complains about not being able to find font "Emmentaler 20". > I have scoured the web for this font, and found a couple of that name >

Re: seeing attachments

2019-07-25 Thread Bill via lilypond-user
Thank you so very much for the detailed instructions David. I changed my subscription from text to MIME and now all is good. PS I wanted to wait and see how the new digests came through before responding. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Lilypond font in Adobe Illustrator

2019-07-25 Thread William Zeitler
When I open a PDF generated by Lilypond (2.18.2) on Windows (10), Adobe Illustrator complains about not being able to find font "Emmentaler 20". I have scoured the web for this font, and found a couple of that name which I installed, but the problem persists. Suggestions? Many thanks!

Re: Removing lyric hyphens

2019-07-25 Thread David Wright
On Wed 24 Jul 2019 at 15:54:54 (-0400), Benjamin Bloomfield wrote: > I've been trying to totally get rid of the space where a lyric hyphen might > go, in cases where that space is already very small, but I have not been > able to figure it out. > > I have noticed that if I add the lines > > >

Re: Alternating text and music

2019-07-25 Thread Urs Liska
Or you can (but depending on your actual use case this might be total overkill) compile your score as individual systems using \include "lilypond-book-preamble.ly" and include the resulting slices in a text document. Ideally a LaTeX document, and then you could achieve the same with the

Re: Alternating text and music

2019-07-25 Thread David Wright
> Le 25 juil. 2019 à 16:45, Peter Toye a écrit : > Alternating text and music I want to engrave a piano piece, and have lines of > text between the staff groups. I know I can do this with several \score > blocks, but unfortunately there are a lot of tied notes at the ends of some > of the

Re: Alternating text and music

2019-07-25 Thread Urs Liska
25. Juli 2019 20:30, "Rutger Hofman" schrieb: > Isn't it an option to use \lassezVibrer and \repeatTie? That was what I wanted to suggest, but they look totally different. I can suggest a solution, but it requires an openLilyLib package (well, it doesn't *really*, one could copy that one

Re: Alternating text and music

2019-07-25 Thread Rutger Hofman
Isn't it an option to use \lassezVibrer and \repeatTie? Rutger On 7/25/19 8:14 PM, Peter Toye wrote: Hi Muzhic, Something like this but with the tie between the staves. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Thursday,

Re: Alternating text and music

2019-07-25 Thread Ben
On 7/25/2019 2:14 PM, Peter Toye wrote: Re: Alternating text and music Hi Muzhic, Something like this but with the tie between the staves. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Thursday, July 25, 2019, 6:34:56 PM, Muzhic

Re: Alternating text and music

2019-07-25 Thread Peter Toye
Hi Muzhic, Something like this but with the tie between the staves. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Thursday, July 25, 2019, 6:34:56 PM, Muzhic wrote: Hello Peter, Can you post a picture of what you’re after? JM Envoyé de mon iPhone

Re: Alternating text and music

2019-07-25 Thread Muzhic
Hello Peter, Can you post a picture of what you’re after? JM Envoyé de mon iPhone > Le 25 juil. 2019 à 16:45, Peter Toye a écrit : > > I want to engrave a piano piece, and have lines of text between the staff > groups. I know I can do this with several \score blocks, but unfortunately >

Re: Colored box behind a single note

2019-07-25 Thread Aaron Hill
On 2019-07-21 10:04 am, Werner LEMBERG wrote: Using http://lsr.di.unimi.it/LSR/Item?id=1000 I wonder how to get the effect for a single note. Ideally, I would like to write \genericSpan <...parameters ...> e\startGroup\endGroup but since `\genericSpan' uses a `HorizontalBracket' grob,

Re: Colored box behind a single note

2019-07-25 Thread Werner LEMBERG
Oops, some typos. Here a corrected algorithm version. Here's the algorithm. For a given moment, (1) count the number of \startGroup and \stopGroup events and push the events onto a stack so that they can be referenced later on (function `listen_note_grouping'), (2) create a

Re: Colored box behind a single note

2019-07-25 Thread Werner LEMBERG
> So how do you distinguish a nested bracket starting and ending at > the same musical moment to ending one bracket and starting the next > at the same musical moment? Here's the algorithm. For a given moment, (1) count the number of \startGroup and \stopGroup events for a given moment and

Re: Colored box behind a single note

2019-07-25 Thread Werner LEMBERG
> Slightly off-topic: Currently it’s not possible to end one bracket > and start the next at the same moment, that’s > https://sourceforge.net/p/testlilyissues/issues/5240/ where I > mentioned overlapping brackets. IIRC the brackets are started and > ended when the bracket count is increased or

Alternating text and music

2019-07-25 Thread Peter Toye
I want to engrave a piano piece, and have lines of text between the staff groups. I know I can do this with several \score blocks, but unfortunately there are a lot of tied notes at the ends of some of the lines, which need to be engraved, at both the end and the start of each line. Is there

Re: Colored box behind a single note

2019-07-25 Thread Malte Meyn
Am 25.07.19 um 15:26 schrieb David Kastrup: So how do you distinguish a nested bracket starting and ending at the same musical moment to ending one bracket and starting the next at the same musical moment? Good question. Slightly off-topic: Currently it’s not possible to end one bracket and

Re: Colored box behind a single note

2019-07-25 Thread David Kastrup
Werner LEMBERG writes: Seriously? C++ has loops, you don't need goto for that. >>> >>> What construction do you suggest as a replacement? >> >> A loop? > > Well, yes. However, everything seems quite inelegant and bloated to > me in comparison to this simple `goto' [and I don't think that

Re: Colored box behind a single note

2019-07-25 Thread Werner LEMBERG
>>> Seriously? C++ has loops, you don't need goto for that. >> >> What construction do you suggest as a replacement? > > A loop? Well, yes. However, everything seems quite inelegant and bloated to me in comparison to this simple `goto' [and I don't think that such a local `goto' is something

Re: slurs and ties to end of bar

2019-07-25 Thread Knut Petersen
Hi Werner! Attached is a lilypond source that shows how to  use postscript to crop parts from a lilypond page. Obviously you still need to find a way to pass the right corner coordinates to the postscript code ... Knut \version "2.21.0" \pointAndClickOff #(set-global-staff-size 18)

Re: Colored box behind a single note

2019-07-25 Thread David Kastrup
Werner LEMBERG writes: >>> Not sure whether the coding fits lilypond's C++ style, however. >> >> Seriously? C++ has loops, you don't need goto for that. > > What construction do you suggest as a replacement? A loop? >>> + // One single-moment bracket is allowed. Abbreviating a horizontal

Re: Fresobaldi landscape printing

2019-07-25 Thread Peter Toye
Urs, I've just updated Fresco to 2.20, and there seems to be an extra check box in the printer dialogue - portrait or landscape (or I missed it before). Set it to "landscape" and it prints fine. Thanks for the idea. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com

Re: Colored box behind a single note

2019-07-25 Thread Werner LEMBERG
>> Not sure whether the coding fits lilypond's C++ style, however. > > Seriously? C++ has loops, you don't need goto for that. What construction do you suggest as a replacement? >> + // One single-moment bracket is allowed. Abbreviating a horizontal >> + // bracket's `START' span-direction

Re: accessing broken part of frameextender

2019-07-25 Thread Thomas Morley
Am Di., 23. Juli 2019 um 15:57 Uhr schrieb Neil Thornock : > > Hello all, I'm trying to modify the broken part of FrameExtender in the > frameEngraver-bars-and-boxes.ily code. \alterBroken fails with an error > stating that it is not a spanner. > > So, how to access and modify the broken part,

Re: Fresobaldi landscape printing

2019-07-25 Thread Urs Liska
What versions of Frescobaldi and LilyPond do you use? I'm asking because there have been changes in how Frescobaldi generates the command to invoke LilyPond (actually because of another, more annoying issue with a Ghostscript version mismatch). You are using a downloaded LilyPond I assume?

Re: Colored box behind a single note

2019-07-25 Thread David Kastrup
Werner LEMBERG writes: >> Using >> >> http://lsr.di.unimi.it/LSR/Item?id=1000 >> >> I wonder how to get the effect for a single note. Ideally, I would >> like to write >> >> \genericSpan <...parameters ...> >> e\startGroup\stopGroup > > With the attached patch (for git master) I get

Re: Fresobaldi landscape printing

2019-07-25 Thread Peter Toye
David, Hmmm. Ghostscript doesn't seem to have an "upgrade" path, just a "download". Which I did and installed 9.27. But Fresco is still picking up 9.20. Any idea how to get Fresco to change its allegiance? It might be that my 9.20 seems to be the 32-bit version, and I downloaded the 64-bit

Re: Fresobaldi landscape printing

2019-07-25 Thread Peter Toye
David, Nope. That didn't work! Now updating GhostScript. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Wednesday, July 24, 2019, 8:18:27 PM, David Kastrup wrote: > Peter Toye writes: >> David, >> \paper { >> #(set-paper-size "a4" 'landscape) >> }

Re: Removing lyric hyphens

2019-07-25 Thread Alexander Kobel
Hi Benjamin, the closest we have available to eliminate spurious space between syllables is described in the thread culminating in https://lists.gnu.org/archive/html/lilypond-user/2019-05/msg00389.html (I'm not the author of the snippet, just the bearer of the full include file in this