Re: space the width of key signature

2016-07-04 Thread David Nalesnik
On Mon, Jul 4, 2016 at 8:35 PM, David Nalesnik wrote: > You could extend > the procedure for determining line beginnings by looking at > 'right-column for line ends. Sorry, 'right-neighbor ___ lilypond-user mailing list

Re: space the width of key signature

2016-07-04 Thread David Nalesnik
On Mon, Jul 4, 2016 at 2:15 PM, Thomas Morley wrote: > > thanks a lot for your research and findings. You're welcome! > Your suggestions are all implemented leading to geat simplifications. > In `keep-at-line-begin' I added some fool-proof. > Regrettable StanzaNumber

Re: space the width of key signature

2016-07-04 Thread Thomas Morley
2016-07-04 23:44 GMT+02:00 Br. Gabriel-Marie | SSPX : > > Okay, fellas, I have a problem with this stanza code then. > > When I plug it into my script, this code numbers every word as well as every > line. > I've attached a minimal example along with the include and my pdf

Re: space the width of key signature

2016-07-04 Thread Br. Gabriel-Marie | SSPX
Uh, (slaps self on forehead). I forgot this in the layout{} \keepLineStartStanzaNumbers That fixes the numbering problem. On 7/4/2016 4:44 PM, Br. Gabriel-Marie | SSPX wrote: Okay, fellas, I have a problem with this stanza code then. When I plug it into my script, this code numbers every

Re: space the width of key signature

2016-07-04 Thread Br. Gabriel-Marie | SSPX
Okay, fellas, I have a problem with this stanza code then. When I plug it into my script, this code numbers every word as well as every line. I've attached a minimal example along with the include and my pdf output. Maybe I'm doing it wrong. \header { title = "Stanza Test" } \include

Re: space the width of key signature

2016-07-04 Thread Thomas Morley
2016-07-04 18:49 GMT+02:00 Br. Gabriel-Marie | SSPX : > So, Mr. Harm, I'd like to use your stanza-number-every-line but I am running > the release version of lilypond: 2.18.2-1 and your code calls for version > 2.19.44. It won't compile using the older lilypond either. > > So,

Re: space the width of key signature

2016-07-04 Thread Brian Barker
At 11:49 04/07/2016 -0500, Br. Gabriel-Marie | SSPX wrote: So, the download page only provides version 2.18.2-1. Go back to the front page and follow "Unstable Release". Where can I get a Windows binary for 2.19.44?

Re: space the width of key signature

2016-07-04 Thread Br. Gabriel-Marie | SSPX
So, Mr. Harm, I'd like to use your stanza-number-every-line but I am running the release version of lilypond: 2.18.2-1 and your code calls for version 2.19.44. It won't compile using the older lilypond either. So, the download page only provides version 2.18.2-1. Where can I get a Windows

Re: space the width of key signature

2016-07-04 Thread David Nalesnik
On Mon, Jul 4, 2016 at 11:05 AM, Br. Gabriel-Marie | SSPX wrote: > Thanks for the discussion, fellas, > > So, is there an easy way for me to do this? I only want to number every > line. > If I use \stanza then it only numbers the first line. > If I use \instrumentName then it

Re: space the width of key signature

2016-07-04 Thread Br. Gabriel-Marie | SSPX
Thanks for the discussion, fellas, So, is there an easy way for me to do this? I only want to number every line. If I use \stanza then it only numbers the first line. If I use \instrumentName then it numbers correctly, but doesn't leave room for the repeating clef. I can adjust the

Re: space the width of key signature

2016-07-02 Thread David Nalesnik
On Sat, Jul 2, 2016 at 8:10 PM, David Nalesnik wrote: > > I think your method is sound. Besides the fact that it works, I > believe that items that respond to break-visibility are treated in a > similar manner. I could be wrong -- and please correct me if I am -- >

Re: space the width of key signature

2016-07-02 Thread David Nalesnik
On Sat, Jul 2, 2016 at 7:53 PM, David Nalesnik wrote: > On Sat, Jul 2, 2016 at 7:21 PM, David Nalesnik > wrote: >> On Sat, Jul 2, 2016 at 6:25 PM, Thomas Morley >> wrote: >> >>> >>> Thanks for your code, it will be

Re: space the width of key signature

2016-07-02 Thread David Nalesnik
On Sat, Jul 2, 2016 at 7:21 PM, David Nalesnik wrote: > On Sat, Jul 2, 2016 at 6:25 PM, Thomas Morley > wrote: > >> >> Thanks for your code, it will be a great simplification. >> Now I'd love to get rid of the engraver. All those

Re: space the width of key signature

2016-07-02 Thread David Nalesnik
On Sat, Jul 2, 2016 at 6:25 PM, Thomas Morley wrote: > > Thanks for your code, it will be a great simplification. > Now I'd love to get rid of the engraver. All those StanzaNumber-grobs, > first they are created and then most of them thrown away... > The exercise is to

Re: space the width of key signature

2016-07-02 Thread Thomas Morley
2016-07-02 20:07 GMT+02:00 David Nalesnik : > Hi, > > On Sat, Jul 2, 2016 at 12:49 PM, David Nalesnik > wrote: >> Hi Harm, >> >> On Sat, Jul 2, 2016 at 10:43 AM, Thomas Morley >> wrote: >>> 2016-07-01 20:43 GMT+02:00

Re: space the width of key signature

2016-07-02 Thread David Nalesnik
Hi, On Sat, Jul 2, 2016 at 12:49 PM, David Nalesnik wrote: > Hi Harm, > > On Sat, Jul 2, 2016 at 10:43 AM, Thomas Morley > wrote: >> 2016-07-01 20:43 GMT+02:00 Br. Gabriel-Marie | SSPX : >>> Because stanza numbers only

Re: space the width of key signature

2016-07-02 Thread David Nalesnik
Hi Harm, On Sat, Jul 2, 2016 at 10:43 AM, Thomas Morley wrote: > 2016-07-01 20:43 GMT+02:00 Br. Gabriel-Marie | SSPX : >> Because stanza numbers only appear on the first line. Using instrumentName >> to label verse numbers provides automatic

Re: space the width of key signature

2016-07-02 Thread Thomas Morley
2016-07-01 20:43 GMT+02:00 Br. Gabriel-Marie | SSPX : > Because stanza numbers only appear on the first line. Using instrumentName > to label verse numbers provides automatic numbering on every line. It > wasn't my idea, actually, credit for that goes to Thomas Morley a few

Re: space the width of key signature

2016-07-02 Thread Simon Albrecht
This kind of problems clearly shows that it would be better to have a possibility of using actual stanza numbers. I created . Best, Simon On 01.07.2016 17:46, Br. Gabriel-Marie | SSPX wrote: There is this one song that is in c-minor and

Re: space the width of key signature

2016-07-01 Thread Karlin High
On 7/1/2016 12:18 PM, Dominic wrote: > Why not use StanzaNumbers instead of instrumentName to label verse numbers? > http://lilypond.org/doc/v2.19/Documentation/notation/stanzas > Br. Gabriel Marie: Is the need for a stanza number at each line caused by having so many stanza that readers lose

Re: space the width of key signature

2016-07-01 Thread Br. Gabriel-Marie | SSPX
Because stanza numbers only appear on the first line. Using instrumentName to label verse numbers provides automatic numbering on every line. It wasn't my idea, actually, credit for that goes to Thomas Morley a few issues ago in Vol 163:issue 95. It works quite well. On 7/1/2016 1:30 PM,

Re: space the width of key signature

2016-07-01 Thread Dominic
Why not use StanzaNumbers instead of instrumentName to label verse numbers? http://lilypond.org/doc/v2.19/Documentation/notation/stanzas -- View this message in context: http://lilypond.1069038.n5.nabble.com/space-the-width-of-key-signature-tp192079p192083.html Sent from the User mailing list

Re: space the width of key signature

2016-07-01 Thread Br. Gabriel-Marie | SSPX
Ah! I think I got this one: \override LyricText #'extra-offset = #'(0.8 . 0) This will allow me to add extra space between the numbers (which are in the right place) and the start of the lyric text. On 7/1/2016 10:46 AM, Br. Gabriel-Marie | SSPX wrote: There is this one song that is in

space the width of key signature

2016-07-01 Thread Br. Gabriel-Marie | SSPX
There is this one song that is in c-minor and so the key signature shows the three flat signs at the beginning of each staff. But c-major doesn't need any extra signs. However, I am numbering my lyrics like this so that I get numbers on every line: \new Lyrics \with { instrumentName = "8."