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

2011-10-06 Thread Vaughan McAlley
On 7 October 2011 04:39, David Kastrup wrote: > Jan-Peter Voigt writes: > >> Am 06.10.2011 um 16:12 schrieb: >> >>> Vaughan McAlley writes: >>> On 7 October 2011 00:12, Jan-Peter Voigt wrote: > Hi Vaughan, > > I introduced the define-lyric-markup method a few mails ago, so it i

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

2011-10-06 Thread David Kastrup
Jan-Peter Voigt writes: > Am 06.10.2011 um 16:12 schrieb: > >> Vaughan McAlley writes: >> >>> On 7 October 2011 00:12, Jan-Peter Voigt wrote: Hi Vaughan, I introduced the define-lyric-markup method a few mails ago, so it is no lilypond standard. Here I added methods t

Re: tempo setting

2011-10-06 Thread PMA
Thanks, "me"! The obvious, simple AND accurate, just hit me: "(5 's = 80)" I'll use it. Sorry to have screamed so early. Pete me wrote: Musicians will automatically assume a dotted half note to mean the duration of three consecutive quarter notes. Option #2 will probably be easiest to int

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 { si

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

2011-10-06 Thread David Kastrup
Vaughan McAlley writes: > On 7 October 2011 00:12, Jan-Peter Voigt 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 ca

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

2011-10-06 Thread Vaughan McAlley
On 7 October 2011 00:12, Jan-Peter Voigt 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 recursively whatchin

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 m

bar rests are not compressed

2011-10-06 Thread Stefan Thomas
Dear community, I have written a function, that can calculate a given number of bar rests. You just type in the first and the last measure, the required length of rests will be calculated by scheme. This is for people like me, which are a little thumb with mentel arithmetics. But I have now the pro

[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

Ugly artifacts in chordname staff

2011-10-06 Thread eluze
hi Laszlo i think the nesting is the cause of this uglyness (and 2.12.3 ws more tolerant against this). rearranging could look like this: \score { << \context ChordNames = chordsU \chordsU \context Staff = cStaffU << \tempo 4 = 72 \context Voice = cStaffU \staffU

Ugly artifacts in chordname staff

2011-10-06 Thread CSÉCSYLászló
Hi lilypond folks, lilypond-2.14.2 has some serious bugs regarding to chords engraving. The attached .ly [1] did not have those ugly artifacts when I rendered it to pdf using lilypond-2.12.3 (see [2]); now lilypond-2.14.2 renders those ugliness there (see [3]). How to get rid of them (to achieve t