Re: Add lyrics after n measures

2014-09-08 Thread Phil Holmes
Try a single space in quotes: -- Phil Holmes - Original Message - From: Colin Campbell To: lilypond-user@gnu.org Sent: Sunday, September 07, 2014 9:52 PM Subject: Re: Add lyrics after n measures On 14-08-29 02:21 PM, Simon Albrecht wrote: Am 29.08.2014 um 16:58

Re: Add lyrics after n measures

2014-09-08 Thread Colin Campbell
On 14-09-08 01:36 AM, Phil Holmes wrote: (in reference to lyric \skips not terminating an extender) Try a single space in quotes: -- Phil Holmes Thanks, Phil. I found that in my testing later yesterday. It will at least get the project done, although in a way which feels a bit kludgy.

Re: Add lyrics after n measures

2014-09-08 Thread Simon Albrecht
Am 08.09.2014 um 18:10 schrieb Colin Campbell: On 14-09-08 01:36 AM, Phil Holmes wrote: (in reference to lyric \skips not terminating an extender) Try a single space in quotes: -- Phil Holmes Thanks, Phil. I found that in my testing later yesterday. It will at least get the project

Re: Add lyrics after n measures

2014-09-08 Thread Colin Campbell
On 14-09-08 11:49 AM, Simon Albrecht wrote: The full function would then be: %- lSkip = #(define-music-function (parser location skips) (number?) #{ \lyricmode { \repeat unfold $(- skips 1) { \skip 1 } } #}) %- For me,

Re: Add lyrics after n measures

2014-09-07 Thread Colin Campbell
On 14-08-29 02:21 PM, Simon Albrecht wrote: Am 29.08.2014 um 16:58 schrieb Jacques Menu: Hello Marco, Always copy the list in your messages, to let the them know. Put as many \skip as you have notes in the melody in the first 8 bars if you use \addlyrics or \lyricsto, Much more convenient:

Add lyrics after n measures

2014-08-29 Thread Marco
Hello, I can't find in the manuals and tutorials how to add lyrics after n measures. I want that lyrics start at the 4th measure. (after a little intro) How can I do it? I tried many ways but lyrics start always with the first measure. Thank you MB

Re: Add lyrics after n measures

2014-08-29 Thread Jacques Menu
um 15:48:37 schrieb Marco bagolin.ma...@gmail.com: Hello, I can't find in the manuals and tutorials how to add lyrics after n measures. I want that lyrics start at the 4th measure. (after a little intro) How can I do it? I tried many ways but lyrics start always with the first measure

Re: Add lyrics after n measures

2014-08-29 Thread Jacques Menu
bagolin.ma...@gmail.com: Hello, I can't find in the manuals and tutorials how to add lyrics after n measures. I want that lyrics start at the 4th measure. (after a little intro) How can I do it? I tried many ways but lyrics start always with the first measure. Thank you MB

Re: Add lyrics after n measures

2014-08-29 Thread Simon Albrecht
Am 29.08.2014 um 16:58 schrieb Jacques Menu: Hello Marco, Always copy the list in your messages, to let the them know. Put as many \skip as you have notes in the melody in the first 8 bars if you use \addlyrics or \lyricsto, Much more convenient: use _ for every note without a lyric