Re: [issue 1482] \caps \fromproperty and markup-string

2011-10-07 Thread Jan-Peter Voigt
Hello David, why do you think it is too hackish? If it gets lily-standard, all visible to the user is something like this: If he wants a non-pre-defined lyric-markup: lyrcaps = #(define-lyric-markup (markup #:recaps #:fromproperty 'lyric:text)) and then \addlyrics/\lyricmode { sing \lyrcaps {

Re: [issue 1482] \caps \fromproperty and markup-string

2011-10-07 Thread David Kastrup
Jan-Peter Voigt jp.vo...@gmx.de writes: Hello David, Now let's take a look at my approach. I did and it didn't compile ... Which Lilypond version? This should have worked with rather old versions actually (the newest feature I use are markup arguments in music functions I think, and those

Re: lyricmarkup (was [issue 1482] \caps \fromproperty and markup-string, came from lyricmarkup)

2011-10-07 Thread Jan-Peter Voigt
Am 07.10.2011 11:03, schrieb David Kastrup: Which Lilypond version? This should have worked with rather old versions actually (the newest feature I use are markup arguments in music functions I think, and those are not all that new). But it doesn't work in 2.14 stable, wich I actually use. Yes

Re: lyricmarkup (was [issue 1482] \caps \fromproperty and markup-string, came from lyricmarkup)

2011-10-07 Thread David Kastrup
Jan-Peter Voigt jp.vo...@gmx.de writes: Am 07.10.2011 11:03, schrieb David Kastrup: Which Lilypond version? This should have worked with rather old versions actually (the newest feature I use are markup arguments in music functions I think, and those are not all that new). But it doesn't

[issue 1482] \caps \fromproperty and markup-string

2011-10-06 Thread Jan-Peter Voigt
http://code.google.com/p/lilypond/issues/detail?id=1482 Hello lists, using \fromproperty, \smallCaps (=\caps) and markup-string leads into some pitfalls: 1. if you want to use custom (self written) markup-commands, the default markup-string function will drop the content of them. 2. if you

Re: [issue 1482] \caps \fromproperty and markup-string

2011-10-06 Thread Jan-Peter Voigt
Hi Vaughan, I introduced the define-lyric-markup method a few mails ago, so it is no lilypond standard. Here I added methods to your file and used the recaps command, I introduced in a revious mail, to capsify markups recursively whatching out for \fromproperty. This way it compiles fine on

Re: [issue 1482] \caps \fromproperty and markup-string

2011-10-06 Thread Vaughan McAlley
On 7 October 2011 00:12, Jan-Peter Voigt jp.vo...@gmx.de wrote: Hi Vaughan, I introduced the define-lyric-markup method a few mails ago, so it is no lilypond standard. Here I added methods to your file and used the recaps command, I introduced in a revious mail, to capsify markups

Re: [issue 1482] \caps \fromproperty and markup-string

2011-10-06 Thread David Kastrup
Vaughan McAlley vaug...@mcalley.net.au writes: On 7 October 2011 00:12, Jan-Peter Voigt jp.vo...@gmx.de wrote: Hi Vaughan, I introduced the define-lyric-markup method a few mails ago, so it is no lilypond standard. Here I added methods to your file and used the recaps command, I introduced

Re: [issue 1482] \caps \fromproperty and markup-string

2011-10-06 Thread Jan-Peter Voigt
Hello David, why do you think it is too hackish? If it gets lily-standard, all visible to the user is something like this: If he wants a non-pre-defined lyric-markup: lyrcaps = #(define-lyric-markup (markup #:recaps #:fromproperty 'lyric:text)) and then \addlyrics/\lyricmode { sing \lyrcaps {

Re: [issue 1482] \caps \fromproperty and markup-string

2011-10-06 Thread David Kastrup
Jan-Peter Voigt jp.vo...@gmx.de writes: Am 06.10.2011 um 16:12 schrieb: Vaughan McAlley vaug...@mcalley.net.au writes: On 7 October 2011 00:12, Jan-Peter Voigt jp.vo...@gmx.de wrote: Hi Vaughan, I introduced the define-lyric-markup method a few mails ago, so it is no lilypond standard.

Re: [issue 1482] \caps \fromproperty and markup-string

2011-10-06 Thread Vaughan McAlley
On 7 October 2011 04:39, David Kastrup d...@gnu.org wrote: Jan-Peter Voigt jp.vo...@gmx.de writes: Am 06.10.2011 um 16:12 schrieb: Vaughan McAlley vaug...@mcalley.net.au writes: On 7 October 2011 00:12, Jan-Peter Voigt jp.vo...@gmx.de wrote: Hi Vaughan, I introduced the