Re: chord symbol styling

2015-10-27 Thread Noeck
Hi, > For some reason, font-size seems to have a minimum. Value "1" seems to > be the minimum, and anything below that (e.g., 0.1) seems to be rounded > up to 1. I could be wrong. No, you can see the size as an exponent if you like. These sizes are not: 8pt, 12pt and similar but you can also

Re: chord symbol styling

2015-10-27 Thread Bric
On 10/27/2015 12:05 AM, tisimst wrote: \override ChordName #'font-size = #2 \override ChordName #'font-family = #'roman \override ChordName #'font-series = #'bold wonderful! it works. Including ChordName.color For some reason, font-size seems to have a minimum. Value "1" seems

Re: chord symbol styling

2015-10-27 Thread David Kastrup
Simon Albrecht writes: > On 27.10.2015 13:00, David Kastrup wrote: >> 6 whole steps per octave. So if I want to illustrate the shrinking of >> distances higher up the fretboard, I can just add -0.5 per semitone to >> the font-size. Or something. > > :-) Well, arguably

Re: chord symbol styling

2015-10-27 Thread Simon Albrecht
On 27.10.2015 13:00, David Kastrup wrote: 6 whole steps per octave. So if I want to illustrate the shrinking of distances higher up the fretboard, I can just add -0.5 per semitone to the font-size. Or something. :-) ___ lilypond-user mailing list

Re: chord symbol styling

2015-10-27 Thread Simon Albrecht
On 27.10.2015 11:33, Noeck wrote: Hi, For some reason, font-size seems to have a minimum. Value "1" seems to be the minimum, and anything below that (e.g., 0.1) seems to be rounded up to 1. I could be wrong. No, you can see the size as an exponent if you like. These sizes are not: 8pt, 12pt

Re: chord symbol styling

2015-10-27 Thread Kieren MacMillan
Hi all, On Oct 27, 2015, at 7:09 AM, Simon Albrecht wrote: > In other words: font-size isn’t given as absolute, but as relative size It can be given as absolute, if desired, via Mike S’s function. Cheers, Kieren. Kieren MacMillan,

Re: chord symbol styling

2015-10-27 Thread David Kastrup
Simon Albrecht writes: > On 27.10.2015 11:33, Noeck wrote: >> Hi, >> >>> For some reason, font-size seems to have a minimum. Value "1" seems to >>> be the minimum, and anything below that (e.g., 0.1) seems to be rounded >>> up to 1. I could be wrong. >> No, you can see

Re: Text-spanner text repeated at start of line

2015-10-27 Thread David Sumbler
Thanks, both, for your help on this. Regarding \override TextSpanner.bound-details.left-broken.text = ##f In section 3.1.122 of the internals reference, I see 'left.broken' as an item in the 'bound-details' list but with no indication of what it does, nor that 'left-broken.text' is possible and

Re: Text-spanner text repeated at start of line

2015-10-27 Thread David Sumbler
OK - thanks for that information. And thanks to you and others for all the hard work that goes into Lilypond. David On Tue, 2015-10-27 at 10:35 -0500, David Nalesnik wrote: > Hi, > > On Tue, Oct 27, 2015 at 9:54 AM, David Sumbler > wrote: Has any of the material >

Re: Text-spanner text repeated at start of line

2015-10-27 Thread David Nalesnik
Hi, On Tue, Oct 27, 2015 at 9:54 AM, David Sumbler wrote: Has any of the material > > developed in connection with the "Text centralized above a TextSpan" > thread actually been incorporated into v2.19.30, or is that yet to come? > > Yet to come. This is just something

Re: chord symbol styling

2015-10-27 Thread mskala
On Tue, 27 Oct 2015, David Kastrup wrote: > Well, arguably it makes a bit more sense than Knuth's choice of a > magstep being a factor of 1.2. Because the powers of 2^{1:12} as the > basis of half a magstep are known to be close enough for practical > purposes to a variety of small-integer-based

Re: Linnstrument tablature

2015-10-27 Thread Urs Liska
Am 27.10.2015 um 19:51 schrieb Michael Ellis: > The only complication is that, unlike a real stringed instrument, one > can play multiple simultaneous pitches within a row as well as across > rows. Is there a way to indicate that in tab with LilyPond and, if so, how? Without trying to really

Re: Linnstrument tablature

2015-10-27 Thread Marc Hohl
Am 27.10.2015 um 19:51 schrieb Michael Ellis: I just acquired a Linnstrument. It's a grid of 200 touchpads, each with independent sensing of pressure and finger motion in both x and y. More about it here . Wow, looks like a futuristic Chapman

Linnstrument tablature

2015-10-27 Thread Michael Ellis
I just acquired a Linnstrument. It's a grid of 200 touchpads, each with independent sensing of pressure and finger motion in both x and y. More about it here . The pads are arranged in 8 rows of 25 pads. The pitches are chromatic along rows (

Re: Text-spanner text repeated at start of line

2015-10-27 Thread David Kastrup
Thomas Morley writes: > 2015-10-27 15:54 GMT+01:00 David Sumbler : >> Regarding >> \override TextSpanner.bound-details.left-broken.text = ##f >> >> In section 3.1.122 of the internals reference, I see 'left.broken' as an >> item in the

Re: Text-spanner text repeated at start of line

2015-10-27 Thread Thomas Morley
2015-10-27 15:54 GMT+01:00 David Sumbler : > Regarding > \override TextSpanner.bound-details.left-broken.text = ##f > > In section 3.1.122 of the internals reference, I see 'left.broken' as an > item in the 'bound-details' list but with no indication of what it does, > nor that

Re: Including Rests in Horizontal Brackets

2015-10-27 Thread Pierre Perol-Schneider
Hi Sam, This is not nice, but it works : \version "2.19.28" #(ly:set-option 'warning-as-error #f) #(ly:expect-warning (_ "barcheck failed at: 1/2")) \layout { \context { \Voice \consists "Horizontal_bracket_engraver" } } \relative c'' { \override HorizontalBracket.direction =

Including Rests in Horizontal Brackets

2015-10-27 Thread Sam Bivens
Hi everyone, In the attached MWE, I'm hoping to extend the horizontal bracket to the right to include the three remaining whole rests. As it is, Lily is smart enough (darn it...) to stop the bracket at the final notated pitch; but can I force the bracket to extend, or will I have to come up with

Re: Including Rests in Horizontal Brackets

2015-10-27 Thread Sam Bivens
Hi Pierre, This works great, and it's nice enough! (It also helped me realize that it wasn't a lack of pitches that caused the problem, but the particular use of R1 at \stopGroup...interesting.) Thanks again, Sam On 10/27/2015 06:16 PM, Pierre Perol-Schneider wrote: > Hi Sam, > > This is not

Re: My finances for working on LilyPond

2015-10-27 Thread Paul Morris
> On Oct 27, 2015, at 8:19 PM, Bruno Ruviaro wrote: > > It seems to me that Patreon (https://www.patreon.com/ > ) might be a good system in your case. Or maybe Gratipay (https://gratipay.com/) (formerly known as “gittip") which is based on

Re: Text-spanner text repeated at start of line

2015-10-27 Thread David Sumbler
I think that the documentation you mention is pretty good as it stands - I just hadn't found it. That's my fault and my inefficiency. I hardly ever use text spanners, and hadn't remembered there was even a section like that. I think I need to find some time simply to read through (for the

Re: My finances for working on LilyPond

2015-10-27 Thread Bruno Ruviaro
Hi David, Please let me know via separate e-mail how I can donate. And below is a suggestion of an alternative funding mechanism for you to consider in the future. It seems to me that Patreon (https://www.patreon.com/) might be a good system in your case. (disclaimer: I have never used it

Re: My finances for working on LilyPond

2015-10-27 Thread Werner LEMBERG
> Or maybe Gratipay (https://gratipay.com/) (formerly known as > “gittip") which is based on continuous weekly payments – ongoing > contributions for ongoing work – rather than payment per creation. This is nice! However, it is US-based, which is less than optimal for EU citizens...