Re:  point and click vim (not gvim) xfce4

2020-12-11 Thread David Wright
On Fri 11 Dec 2020 at 15:09:38 (-), damianlegassick wrote: > On 11 December 2020 at 14:38, David Wright wrote: > On Fri 11 Dec 2020 at 12:59:41 (-), damianlegassick wrote: > On 11 December 2020 at 12:41, damianlegassick wrote: > Hi (and sorry to those weary of the point and click question

Re: Scheme help request: How can else of an if-statement be made to do nothing?

2020-12-11 Thread Matthew Fong
Hello Aaron, This makes sense, and the let statement is something I was missing (!) mattfong On Fri, Dec 11, 2020 at 12:54 PM Aaron Hill wrote: > On 2020-12-11 12:30 pm, Matthew Fong wrote: > > Hello Aaron, > > > >> .< Oh boy, that is *simple*. I went off the deep end on this, trying > >> to

Re: Scheme help request: How can else of an if-statement be made to do nothing?

2020-12-11 Thread Aaron Hill
On 2020-12-11 12:30 pm, Matthew Fong wrote: Hello Aaron, .< Oh boy, that is *simple*. I went off the deep end on this, trying to make another variable that would get assigned the color. That clearly is not the way Scheme works. The inline conditional is a thing of beauty. Looks like I need t

Re: Scheme help request: How can else of an if-statement be made to do nothing?

2020-12-11 Thread Matthew Fong
Hello Aaron, >.< Oh boy, that is *simple*. I went off the deep end on this, trying to make another variable that would get assigned the color. That clearly is not the way Scheme works. The inline conditional is a thing of beauty. Looks like I need to spend more time studying Scheme syntax. Many

Re: Scheme help request: How can else of an if-statement be made to do nothing?

2020-12-11 Thread Aaron Hill
On 2020-12-11 10:43 am, Matthew Fong wrote: Hello everyone, Resurrecting an old thread. I've been trying my hand in Scheme programming, via small examples on the project I'm working on. I wanted to extend the variable list to this function Harm wrote, to take an extra boolean variable, which

Re: Scheme help request: How can else of an if-statement be made to do nothing?

2020-12-11 Thread Matthew Fong
Hello everyone, Resurrecting an old thread. I've been trying my hand in Scheme programming, via small examples on the project I'm working on. I wanted to extend the variable list to this function Harm wrote, to take an extra boolean variable, which is pretty trivial. The boolean is meant to chang

Re: collisions between tuplet numbers and accidentals

2020-12-11 Thread Gilberto Agostinho
Hi Knute, Thank you so much for the quick reply! On 11/12/2020 17:37, Knute Snortum wrote: Try this: %%% \version "2.20.0" {       \override TupletBracket.outside-staff-priority = 1000       \tuplet 3/2 {          f'2          r8          ges''4.          aes'2      }      \tuplet 5/4 {      

Re: collisions between tuplet numbers and accidentals

2020-12-11 Thread Knute Snortum
Try this: %%% \version "2.20.0" { \override TupletBracket.outside-staff-priority = 1000 \tuplet 3/2 { f'2 r8 ges''4. aes'2 } \tuplet 5/4 { bes'16 aes'8. ~ aes'4 ges''16 aes'8. ~ aes'16 r

Re: point and click vim (not gvim) xfce4

2020-12-11 Thread damianlegassick
On 11 December 2020 at 14:38, David Wright wrote: On Fri 11 Dec 2020 at 12:59:41 (-), damianlegassick wrote: On 11 December 2020 at 12:41, damianlegassick wrote: Hi (and sorry to those weary of the point and click questions) can anybody share their method for: vim (not gvim) a.n.other

Re:  point and click vim (not gvim) xfce4

2020-12-11 Thread David Wright
On Fri 11 Dec 2020 at 12:59:41 (-), damianlegassick wrote: > On 11 December 2020 at 12:41, damianlegassick wrote: > Hi (and sorry to those weary of the point and click questions) > can anybody share their method for: > vim (not gvim) > a.n.other pdf viewer > xfce4 > thanks > one thing is that 

Re: point and click vim (not gvim) xfce4

2020-12-11 Thread damianlegassick
On 11 December 2020 at 12:41, damianlegassick wrote: Hi (and sorry to those weary of the point and click questions) can anybody share their method for: vim (not gvim) a.n.other pdf viewer xfce4 thanks one thing is that  https://lilypond.org/doc/v2.20/Documentation/usage/configuring-

collisions between tuplet numbers and accidentals

2020-12-11 Thread Gilberto Agostinho
Hi everyone, I am having an issue with collisions between tuplet numbers and accidentals. Is there a good way of handling these other than manually tweaking every single tuplet in the score? Example: \version "2.20.0" { \tuplet 3/2 {     f'2     r8     ges''4.     aes'2

point and click vim (not gvim) xfce4

2020-12-11 Thread damianlegassick
Hi (and sorry to those weary of the point and click questions) can anybody share their method for: vim (not gvim) a.n.other pdf viewer xfce4 thanks

Re: new compositions - typesetting - guitar

2020-12-11 Thread bart deruyter
Hello, thanks for the interest. About sharing the code, as I already mailed privately to Tom, I'm not going to do that, because I don't really know yet what I can do with the music and sheet music, but the main reason is that there are some includes which would require a correct path. I'm sure any

Re: Determine Length of a markup

2020-12-11 Thread Valentin Petzel
THANK YOU VERY MUCH Aaron! I tried the same thing yesterday, and it just gave errors after errors, but this is perfect! Thank you so much! Valentin signature.asc Description: This is a digitally signed message part.