Re: Lyric tie inside word?

2016-09-16 Thread Thomas Morley
2016-09-16 23:36 GMT+02:00 Knut Petersen : > Am 16.09.2016 um 21:59 schrieb Thomas Morley: >> >> 2016-09-16 13:20 GMT+02:00 Knut Petersen : >>> >>> Am 06.05.2015 um 01:08 schrieb Thomas Morley: >>> >>> I had a hard time to find that code, I

Re: Lyric tie inside word?

2016-09-16 Thread Knut Petersen
Am 16.09.2016 um 21:59 schrieb Thomas Morley: 2016-09-16 13:20 GMT+02:00 Knut Petersen : Am 06.05.2015 um 01:08 schrieb Thomas Morley: I had a hard time to find that code, I needed some kind of tunable \undertie Well, commit

Re: Lyric tie inside word?

2016-09-16 Thread Thomas Morley
2016-09-16 13:20 GMT+02:00 Knut Petersen : > Am 06.05.2015 um 01:08 schrieb Thomas Morley: > > I had a hard time to find that code, I needed some kind of tunable \undertie > for Hugo Distler: Mausfallensprüchlein > I think that "ratio" should probably be tunable. Any

Re: Lyric tie inside word?

2016-09-16 Thread Knut Petersen
Am 06.05.2015 um 01:08 schrieb Thomas Morley: I had a hard time to find that code, I needed some kind of tunable \undertie for Hugo Distler: Mausfallensprüchlein I think that "ratio" should probably be tunable.

Re: Lyric tie inside word?

2015-05-09 Thread Wilbert Berendsen
Op Wed, 6 May 2015 02:30:15 +0200 Thomas Morley thomasmorle...@gmail.com schreef: It's code by Jan Nieuwenhuizen and we already have a tracker for it. I did only a few extendings. We used this in the Liedboek. Jan made it on my request :-) -- Wilbert Berendsen

Re: Lyric tie inside word?

2015-05-06 Thread Tobias Braun
Hi Kieren, I see, thanks! Tobias Am 06.05.2015 um 02:46 schrieb Kieren MacMillan kieren_macmil...@sympatico.ca: Hi Tobias, How would I put that character _below_ a word (as opposed to in-between two words)? Maybe like: \version 2.19.17 \markup \combine test \translate #'(0.85 .

Re: Lyric tie inside word?

2015-05-05 Thread Tobias Braun
Whoa! This works and the output is nice-looking, but what the ***? That's a ton of code you hacked together there! Shouldn't such a solution go into LilyPond itself in some way? (Maybe with a proper API where you can specify start and end characters inside the word, similar to \( and \).) Am

Re: Lyric tie inside word?

2015-05-05 Thread Thomas Morley
2015-05-06 1:02 GMT+02:00 Tobias Braun lists.tob...@braun-abstatt.de: Never mind. It's working now, thanks a lot! Good night, Tobias Am 06.05.2015 um 00:51 schrieb Simon Albrecht simon.albre...@mail.de: So sorry. I should’ve tested the code before posting… You need to use \line { }

Re: Lyric tie inside word?

2015-05-05 Thread Tobias Braun
How would I put that character _below_ a word (as opposed to in-between two words)? Am 06.05.2015 um 01:16 schrieb Kieren MacMillan kieren_macmil...@sympatico.ca: Hi all, Can’t you just use ‿ ?? I’ve used it in the past, and it’s worked wonderfully for me. Hope this helps, Kieren.

Re: Lyric tie inside word?

2015-05-05 Thread Tobias Braun
Never mind. It's working now, thanks a lot! Good night, Tobias Am 06.05.2015 um 00:51 schrieb Simon Albrecht simon.albre...@mail.de: So sorry. I should’ve tested the code before posting… You need to use \line { } instead of a simple string in . See attachment. Am 06.05.2015 um 00:41

Re: Lyric tie inside word?

2015-05-05 Thread Kieren MacMillan
Hi all, Can’t you just use ‿ ?? I’ve used it in the past, and it’s worked wonderfully for me. Hope this helps, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info

Re: Lyric tie inside word?

2015-05-05 Thread Simon Albrecht
Nice one again, Harm! :-) I love how every ‘normal’ person would come up with some twenty lines of ‘ordinary’ code, whereas you deliver hundreds of lines of code with a fancy solution… Kudos! And, finally, (!) good night :-) Am 06.05.2015 um 01:08 schrieb Thomas Morley: How about: \version

Re: Lyric tie inside word?

2015-05-05 Thread Thomas Morley
2015-05-06 1:19 GMT+02:00 Tobias Braun lists.tob...@braun-abstatt.de: Whoa! This works and the output is nice-looking, but what the ***? That's a ton of code you hacked together there! Shouldn't such a solution go into LilyPond itself in some way? (Maybe with a proper API where you can

Re: Lyric tie inside word?

2015-05-05 Thread Kieren MacMillan
Hi Tobias, How would I put that character _below_ a word (as opposed to in-between two words)? Maybe like: \version 2.19.17 \markup \combine test \translate #'(0.85 . -0.5) ‿ Hope this helps! Kieren. Kieren MacMillan, composer ‣ website:

Re: Lyric tie inside word?

2015-05-05 Thread Tobias Braun
I got it to work in \lyricmode now, but it still won't work in the \markup section. If I do it like you say below, I just get the code printed in the lyrics. If I end the string before \override and start a new one after köñiglichen, it works, but then I get line breaks around königlichen.

Re: Lyric tie inside word?

2015-05-05 Thread Simon Albrecht
So sorry. I should’ve tested the code before posting… You need to use \line { } instead of a simple string in . See attachment. Am 06.05.2015 um 00:41 schrieb Tobias Braun: I got it to work in \lyricmode now, but it still won't work in the \markup section. If I do it like you say below, I

Re: Lyric tie inside word?

2015-05-05 Thread Simon Albrecht
Just include everything except \markup instead of the word: \markup { \fill-line { \hspace #0.1 \column { \vspace #0.5 \line { \bold 2. \column { Er ging aus der Kammer sein, / dem \override #'(word-space . 0) \tied-lyric #kö~niglichen Saal so rein, /

Re: Lyric tie inside word?

2015-05-05 Thread Simon Albrecht
Hello Tobias, I’m not sure what you tried previously, but this should do what you want: \markup \override #'(word-space . 0) \tied-lyric #kö~niglichen See http://lilypond.org/doc/v2.18/Documentation/notation/music Admittedly, it’s not as elegant as the one in the EG :-) – that would require a

Re: Lyric tie inside word?

2015-05-05 Thread Tobias Braun
Hello Simon, Thanks a lot! Marvelous, I'd never have been able to come up with this. I'm just not quite sure yet how to integrate it with the rest of my lyrics. At the moment, it looks something like this: \markup { \fill-line { \hspace #0.1 \column { \vspace #0.5