Re: Colored box behind a single note

2019-07-24 Thread Werner LEMBERG
> 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 exactly that :-) Not sure whether the

Re: Removing lyric hyphens

2019-07-24 Thread Vaughan McAlley
On Thu, 25 Jul 2019 at 09:29, Benjamin Bloomfield wrote: > No, I should have explained that I have further things going on in my full > source code that remove the semibreves unless they are the first one or the > first in the system, and the hyphenations are given so that a reasonable > point ca

Re: Removing lyric hyphens

2019-07-24 Thread Benjamin Bloomfield
No, I should have explained that I have further things going on in my full source code that remove the semibreves unless they are the first one or the first in the system, and the hyphenations are given so that a reasonable point can be chosen for the system breaks even if it's in the middle of a w

Removing lyric hyphens

2019-07-24 Thread Benjamin Bloomfield
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 > \override LyricHyphen.minimum-length = #0 \override LyricHyphen.padding = #0 in th

Re: Fresobaldi landscape printing

2019-07-24 Thread David Kastrup
Peter Toye writes: > David, > > \paper { > #(set-paper-size "a4" 'landscape) > } Wait. Maybe try \paper { #(set-paper-size "a4landscape") } instead. Could be that the PDF conversion isn't happy about true rotation. -- David Kastrup ___ lilyp

Re: Fresobaldi landscape printing

2019-07-24 Thread Peter Toye
Sorry - forgot to include the mailing list. ===8<==Original message text=== David, Thanks. It's GPL Ghostscript 9.20 Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Wednesday, July 24, 2019, 6:49:47 PM, David Kastrup wrote: > Pete

Re: Fresobaldi landscape printing

2019-07-24 Thread Ben
On 7/24/2019 12:01 PM, Peter Toye wrote: Fresobaldi landscape printing I have a score with the paper set to A4 landscape. But when I print it directly from Frescobaldi it's printed in portrait format, and the edges (with quite a lot of music) disappear. Is there any way of getting Fresco to pr

Re: How to increase the distance between staves?

2019-07-24 Thread Richard Shann
On Wed, 2019-07-24 at 18:26 +0200, Thomas Morley wrote: > Am Mi., 24. Juli 2019 um 17:52 Uhr schrieb Richard Shann > : > > > > On Wed, 2019-07-24 at 12:54 +0100, Peter Toye wrote: > > > I want to increase the distance between the staves > > > > I've just been asked a similar question of denemo-d.

Re: How to increase the distance between staves?

2019-07-24 Thread Thomas Morley
Am Mi., 24. Juli 2019 um 17:52 Uhr schrieb Richard Shann : > > On Wed, 2019-07-24 at 12:54 +0100, Peter Toye wrote: > > I want to increase the distance between the staves > > I've just been asked a similar question of denemo-d...@gnu.org and > looking into it I came up with the following example wh

Re: How to increase the distance between staves?

2019-07-24 Thread Jean ABOU SAMRA
> Le 24 juil. 2019 à 18:03, Thomas Morley a écrit : > > Am Mi., 24. Juli 2019 um 14:26 Uhr schrieb Jean ABOU SAMRA > : >> >> Hi Peter, >> Any overrides you can do in StaffGrouper are related to the space between >> staves >> of the _same_ system when they are grouped in StaffGroup-s or such.

Re: Fresobaldi landscape printing

2019-07-24 Thread David Kastrup
Peter Toye writes: > David, > > \paper { > #(set-paper-size "a4" 'landscape) > } That should, depending on Ghostscript and LilyPond version, suffice for printing in actual (rotated) landscape orientation. -- David Kastrup ___ lilypond-user mailing

Re: How to increase the distance between staves?

2019-07-24 Thread Peter Toye
Hi Thomas, Thanks to all for this. At the moment I'm playing about with all sorts of paper variables, and getting to what I'd like. It's interesting: changing the ragged-bottom variables also changes the number of staves that LP uses to engrave the music. With them set to ##t it uses 2 staves,

Re: Fresobaldi landscape printing

2019-07-24 Thread Peter Toye
David, \paper { #(set-paper-size "a4" 'landscape) } Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Wednesday, July 24, 2019, 5:03:54 PM, David Kastrup wrote: > Peter Toye writes: >> I have a score with the paper set to A4 landscape. > How so?

Re: Fresobaldi landscape printing

2019-07-24 Thread David Kastrup
Peter Toye writes: > I have a score with the paper set to A4 landscape. How so? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to increase the distance between staves?

2019-07-24 Thread Thomas Morley
Am Mi., 24. Juli 2019 um 14:26 Uhr schrieb Jean ABOU SAMRA : > > Hi Peter, > Any overrides you can do in StaffGrouper are related to the space between > staves > of the _same_ system when they are grouped in StaffGroup-s or such. Nope. StaffGrouper.staffgroup-staff-spacing will affect spacing bet

Fresobaldi landscape printing

2019-07-24 Thread Peter Toye
I have a score with the paper set to A4 landscape. But when I print it directly from Frescobaldi it's printed in portrait format, and the edges (with quite a lot of music) disappear. Is there any way of getting Fresco to print in landscape format? The workaround is to load the PDF file into a P

Re: How to increase the distance between staves?

2019-07-24 Thread Peter Toye
Hi Jean, Thanks. I found you also have to set ragged-bottom to ##f as well. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Wednesday, July 24, 2019, 1:25:45 PM, Jean ABOU SAMRA wrote: Hi Peter, Any overrides you can do in StaffGrouper are related to the

Re: How to increase the distance between staves?

2019-07-24 Thread Richard Shann
On Wed, 2019-07-24 at 12:54 +0100, Peter Toye wrote: > I want to increase the distance between the staves I've just been asked a similar question of denemo-d...@gnu.org and looking into it I came up with the following example which has a variety of \layout {} blocks with which I'm trying to influ

Re: How to increase the distance between staves?

2019-07-24 Thread Jean ABOU SAMRA
Hi Peter, Any overrides you can do in StaffGrouper are related to the space between staves of the _same_ system when they are grouped in StaffGroup-s or such. They have nothing to do with the space _between_ different systems. To influence that, you need \paper variables as described in lilypond.or

How to increase the distance between staves?

2019-07-24 Thread Peter Toye
I want to increase the distance between the staves in a short 1-page piece. I've tried the following (culled from the notation reference), but nothing happens. \layout { \context { \StaffGroup \override StaffGrouper.staffgroup-staff-spacing.basic-distance = #30 \override StaffGrou