Re: Lyric separator

2013-09-21 Thread David Kastrup
Janek Warchoł writes: > 2013/9/20 David Kastrup : >> Janek Warchoł writes: >>> >>> As far as i can see this engraver doesn't work with 2.14.2, so it >>> cannot be added to LSR (unless i'm missing something big?), but it's >>> way too awesome to let it become accidentally forgotten. >> >> If that

Re: Lyric separator

2013-09-21 Thread Janek Warchoł
2013/9/20 David Kastrup : > Janek Warchoł writes: >> >> 2013/9/20 David Nalesnik : >>> Well, I didn't find a solution for this that would determine automatically >>> syllables that start a line. I had to resort to manually tagging the >>> syllables in question. Using the engraver linked to would

Re: Lyric separator

2013-09-21 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: Sent: Friday, September 20, 2013 10:08 PM Subject: Re: Lyric separator Janek Warchoł writes: Hi, 2013/9/20 David Nalesnik : Well, I didn't find a solution for this that would determine automatically syllables that s

Re: Lyric separator

2013-09-20 Thread David Kastrup
Janek Warchoł writes: > Hi, > > 2013/9/20 David Nalesnik : >> Well, I didn't find a solution for this that would determine automatically >> syllables that start a line. I had to resort to manually tagging the >> syllables in question. Using the engraver linked to would take care of the >> sylla

Re: Lyric separator

2013-09-20 Thread David Nalesnik
Hi Janek, On Fri, Sep 20, 2013 at 11:24 AM, Janek Warchoł wrote: > Hi, > > 2013/9/20 David Nalesnik : > > Well, I didn't find a solution for this that would determine > automatically > > syllables that start a line. I had to resort to manually tagging the > > syllables in question. Using the e

Re: Lyric separator

2013-09-20 Thread Janek Warchoł
Hi, 2013/9/20 David Nalesnik : > Well, I didn't find a solution for this that would determine automatically > syllables that start a line. I had to resort to manually tagging the > syllables in question. Using the engraver linked to would take care of the > syllable alignment, and use of one of

Re: Lyric separator

2013-09-20 Thread David Nalesnik
Hi Benjamin, On Fri, Sep 20, 2013 at 9:14 AM, Benjamin Bloomfield wrote: > Yes, with multiple verses the version comparing all LyricText grobs didn't > work, but the original one David had posted comparing the NoteColumns did > work. > > I need to get the lines to always be in the same place now

Re: Lyric separator

2013-09-20 Thread Benjamin Bloomfield
Yes, with multiple verses the version comparing all LyricText grobs didn't work, but the original one David had posted comparing the NoteColumns did work. I need to get the lines to always be in the same place now horizontally, in case there are two in the same NoteColumn. If anyone wants to tack

Re: Lyric separator

2013-09-19 Thread Kieren MacMillan
Hi Thomas, > At least it seems to work. +1 from here! Thanks, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Lyric separator

2013-09-19 Thread Thomas Morley
Hi Kieran, David 2013/9/20 Kieren MacMillan > Hi David, > > Could it be a question of version? > > > Certainly could. > I'm running 2.17.26-1. > > Here's what I get when I add a verse (with v2 and v4 ostensibly 'lined'): > > Curiouser and curiouser! > Actually not. The functions as it stands,

Re: Lyric separator

2013-09-19 Thread Kieren MacMillan
Hi David,Could it be a question of version?Certainly could.I'm running 2.17.26-1.Here's what I get when I add a verse (with v2 and v4 ostensibly 'lined'):Curiouser and curiouser!Kieren.___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu

Re: Lyric separator

2013-09-19 Thread David Nalesnik
Hi Kieren, On Thu, Sep 19, 2013 at 3:12 PM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi David, > > This is nice work… but it doesn't quite work as the OP is expecting, I > think: > > \version "2.17.25" > > #(define (my-callback grob) >(let* ((text (ly:grob-property-data gro

Re: Lyric separator

2013-09-19 Thread Kieren MacMillan
Hi David,I'm not sure what problem this snippet is illustrating... The image provided by the OP shows that a dividing line is inserted between selected selected stanzas, which you can do by adding the override to a specific Lyrics context as you do above, for each instance needed.  Are you referrin

Re: Lyric separator

2013-09-19 Thread Kieren MacMillan
Hi David, This is nice work… but it doesn't quite work as the OP is expecting, I think: \version "2.17.25" #(define (my-callback grob) (let* ((text (ly:grob-property-data grob 'text)) (refp (ly:grob-system grob)) ; This returns all grobs in a line. (all-grobs (ly

Re: Lyric separator

2013-09-19 Thread David Nalesnik
On Thu, Sep 19, 2013 at 11:01 AM, David Nalesnik wrote: > Hi Benjamin, > > [...] > This is what I come up with: > [...] OK, that was unnecessarily roundabout. Why bother with columns when I have access to all grobs, and I can just compare LyricText grobs? Try this: (Again, should work on 2.

Re: Lyric separator

2013-09-19 Thread David Nalesnik
Hi Benjamin, On Thu, Sep 19, 2013 at 9:31 AM, Benjamin Bloomfield wrote: > I'm still struggling to figure out how to override the markup of the first > syllable in each system. I have figured out a callback that can add the > underscore to the syllable, but I need to figure out how to know if th

Re: Lyric separator

2013-09-19 Thread Benjamin Bloomfield
Excellent, Thank you so much! This works wonderfully. *Benjamin Bloomfield* On Thu, Sep 19, 2013 at 12:12 PM, David Nalesnik wrote: > > > > On Thu, Sep 19, 2013 at 11:01 AM, David Nalesnik > wrote: > >> Hi Benjamin, >> >> > [...] > > >> This is what I come up with: >> > > [...] > > OK, that w

Re: Lyric separator

2013-09-19 Thread Benjamin Bloomfield
I'm still struggling to figure out how to override the markup of the first syllable in each system. I have figured out a callback that can add the underscore to the syllable, but I need to figure out how to know if the syllable is the first in its system. Does anyone know how to do this? Here's

Re: Lyric separator

2013-09-18 Thread Benjamin Bloomfield
I think this is perfect, except that it only appears at the beginning of the first system. Is there any way to get Lilypond to add the same markup to the first syllable of each subsequent system? Thanks again, *Benjamin Bloomfield* On Wed, Sep 18, 2013 at 12:19 PM, Kieren MacMillan < kieren_ma

Re: Lyric separator

2013-09-18 Thread Kieren MacMillan
Hi Benjamin, > I think this is perfect, except that it only appears at the beginning of the > first system. Is there any way to get Lilypond to add the same markup to the > first syllable of each subsequent system? I'm sure there is! =) Maybe something in this thread can help you: http://lis

Re: Lyric separator

2013-09-18 Thread Benjamin Bloomfield
My apologies. I am working with someone else on this, and I *thought* that was what he wanted, but after he saw this, it became clear that what he actually wanted was for these lines to only be visible at the beginning of each system, just above/below the first word or so. You can see his example

Re: Lyric separator

2013-09-18 Thread Kieren MacMillan
Hi Benjamin, > My apologies. I am working with someone else on this, and I thought that was > what he wanted, but after he saw this, it became clear that what he actually > wanted was for these lines to only be visible at the beginning of each > system, just above/below the first word or so.

Re: Lyric separator

2013-09-17 Thread Benjamin Bloomfield
Thanks, I think I should be able to make this work. *Benjamin Bloomfield* On Tue, Sep 17, 2013 at 11:29 AM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Benjamin, > > > Is there a way to put a horizontal line between two stanzas? I have > searched > > around on the web, and ha

Re: Lyric separator

2013-09-17 Thread Kieren MacMillan
Hi Benjamin, > Is there a way to put a horizontal line between two stanzas? I have searched > around on the web, and haven't found anything. Does anyone know of a way to > do this? There are probably many ways, but here's something I thought of: \version "2.16.2" someMusic = \repeat "unfold

Lyric separator

2013-09-17 Thread Benjamin Bloomfield
Is there a way to put a horizontal line between two stanzas? I have searched around on the web, and haven't found anything. Does anyone know of a way to do this? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/list