Re: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-08 Thread Paul Scott
Valentin Villenave wrote: 2008/2/3, Paul Scott <[EMAIL PROTECTED]>: Sorry! I don't know enough to know what is broken/changed. I was hoping for a fix so I didn't have to hand mark the part. This is actually one of the snippets that I had to tag as "version-specific". So, we're aware

Re: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-08 Thread Valentin Villenave
2008/2/3, Paul Scott <[EMAIL PROTECTED]>: > Sorry! I don't know enough to know what is broken/changed. I was > hoping for a fix so I didn't have to hand mark the part. This is actually one of the snippets that I had to tag as "version-specific". So, we're aware that it is potentially a tricky s

Re: Solution for: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-04 Thread Risto Vääräniemi
Dear Paul, On 04/02/2008, Paul Scott wrote: > Can someone tell me how to fix this? Sorry, I can't. I have a workaround, though. :-) I had to find a way to make a pitched trill and came up with this. However, the solution is not ideal. If you change the size of the trill mark, you have to find new

Re: Solution for: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-03 Thread Graham Percival
On Sun, 03 Feb 2008 22:55:21 -0700 Paul Scott <[EMAIL PROTECTED]> wrote: > > Umm, the first example? It shows you how to use #'bound-details. > > > I don't see how to use that to get a flat, sharp or natural to appear. The same way you normaly get a flat, sharp, or a natural to appear in mark

Re: Solution for: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-03 Thread Paul Scott
Graham Percival wrote: On Sun, 03 Feb 2008 22:05:31 -0700 Paul Scott <[EMAIL PROTECTED]> wrote: Graham Percival wrote: - run the example through convert-ly. It will probably warn you about the text spanners. The LSR code didn't have a version that I could see. I tried st

Re: Solution for: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-03 Thread Graham Percival
On Sun, 03 Feb 2008 22:05:31 -0700 Paul Scott <[EMAIL PROTECTED]> wrote: > Graham Percival wrote: > > - run the example through convert-ly. It will probably warn you > > about the text spanners. > > > The LSR code didn't have a version that I could see. I tried > starting with several 2.11.

Re: Solution for: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-03 Thread Graham Percival
Paul, - run the example through convert-ly. It will probably warn you about the text spanners. - look at NEWS. It tells you that setting text spanners has changed. - look at the doc section about text spanners. It tells you the new syntax. - with this knowledge, modify the snippet accordi

Solution for: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-03 Thread Paul Scott
Can someone tell me how to fix this? TIA, Paul Paul Scott wrote: This example from the current LSR doesn't seem to work for 2.11.38. No sharp appears. Adding accidentals to a trillspanner \relative c'' { \override TrillSpanner #'edge-text = #(cons (markup #:line (#:halign -0.5 #:

Re: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-03 Thread Paul Scott
Graham Percival wrote: There are a number of such examples. If you alter the snippet to work with 2.11.38 and send it to me, the 2.11 version will appear in the 2.11 docs. Sorry! I don't know enough to know what is broken/changed. I was hoping for a fix so I didn't have to hand mark the pa

Re: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-03 Thread Paul Scott
Graham Percival wrote: There are a number of such examples. If you alter the snippet to work with 2.11.38 and send it to me, the 2.11 version will appear in the 2.11 docs. Sorry! I don't know enough to know what is broken/changed. I was hoping for a fix so I didn't have to hand mark the pa

Re: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-02 Thread Graham Percival
There are a number of such examples. If you alter the snippet to work with 2.11.38 and send it to me, the 2.11 version will appear in the 2.11 docs. Cheers, - Graham On Sat, 02 Feb 2008 16:11:22 -0700 Paul Scott <[EMAIL PROTECTED]> wrote: > This example from the current LSR doesn't seem to wor

2.11.38 LSR Adding accidentals to a trillspanner

2008-02-02 Thread Paul Scott
This example from the current LSR doesn't seem to work for 2.11.38. No sharp appears. Adding accidentals to a trillspanner \relative c'' { \override TrillSpanner #'edge-text = #(cons (markup #:line (#:halign -0.5 #:musicglyph "scripts.trill" #:teeny #:raise 0.65 #:sharp)) "")