Re: Ukulele string tunings

2012-05-12 Thread David Kastrup
Choan Gálvez writes: > On 5/12/12 16:51 , David Kastrup wrote: >> Choan Gálvez writes: >> >>> On 5/12/12 16:08 , David Kastrup wrote: Choan Gálvez writes: > In addition, I'd say those two tunings are weirly named -- from the > same file, all guitar tunings are named `guitar-s

Re: Ukulele string tunings

2012-05-12 Thread Choan Gálvez
Hi. On 5/12/12 16:51 , David Kastrup wrote: Choan Gálvez writes: On 5/12/12 16:08 , David Kastrup wrote: Choan Gálvez writes: In addition, I'd say those two tunings are weirly named -- from the same file, all guitar tunings are named `guitar-something`, all banjo tunings `banjo-something

Re: Dashed Stem

2012-05-12 Thread David Nalesnik
On Sat, May 12, 2012 at 1:39 PM, David Kastrup wrote: > I don't really understand the function, but maybe something like > > (define (build-pos-list len on off) > (let helper ((lst '()) (next 0) (on on) (off off)) >(if (< next len) >(helper (cons next lst) (+ next on) off on) >

Re: Regarding horizontal shifts.

2012-05-12 Thread Hwaen Ch'uqi
On 5/12/12, Janek Warchoł wrote: > Hi Hwaen, > > On Fri, May 11, 2012 at 7:01 PM, Hwaen Ch'uqi wrote: >> Greetings All, >> In this snippet, the second arpeggio overlaps with the preceding >> cross-staff notation. How may I best solve this? Ideally, I should >> like to shift the second ha

Re: Dashed Stem

2012-05-12 Thread David Kastrup
David Nalesnik writes: > OK!  This should do it. > > > Those functions using 'round-filled-box could be tailored to match > the capabilities of 'dashed-line. > > > > The rewrite combines both of the approaches above: it uses > 'round-filled-box for the stencil, and allows y

Re: Dashed Stem

2012-05-12 Thread David Nalesnik
OK! This should do it. Those functions using 'round-filled-box could be tailored to match the > capabilities of 'dashed-line. > > The rewrite combines both of the approaches above: it uses 'round-filled-box for the stencil, and allows you to specify the length of the dashes and the spaces in betw

Re: Overrides galore for contemporary-minded folk

2012-05-12 Thread m...@apollinemike.com
On 12 mai 2012, at 19:10, James wrote: > Mike, > > On 12 May 2012 17:42, m...@apollinemike.com wrote: >> Hey all, >> >> Some more new music coming your way! And, like the previous works I sent to >> the list, this one has many overrides. As always, you are all welcome to >> e-mail me about w

Re: Overrides galore for contemporary-minded folk

2012-05-12 Thread James
Mike, On 12 May 2012 17:42, m...@apollinemike.com wrote: > Hey all, > > Some more new music coming your way!  And, like the previous works I sent to > the list, this one has many overrides.  As always, you are all welcome to > e-mail me about whatever hacks you find interesting and I'll pass alon

Overrides galore for contemporary-minded folk

2012-05-12 Thread m...@apollinemike.com
Hey all, Some more new music coming your way! And, like the previous works I sent to the list, this one has many overrides. As always, you are all welcome to e-mail me about whatever hacks you find interesting and I'll pass along the code. http://www.ensemble101.fr/scores/j-sho.pdf http://ww

Re: Regarding horizontal shifts.

2012-05-12 Thread Janek Warchoł
Hi Hwaen, On Fri, May 11, 2012 at 7:01 PM, Hwaen Ch'uqi wrote: > Greetings All, >          In this snippet, the second arpeggio overlaps with the preceding > cross-staff notation. How may I best solve this? Ideally, I should > like to shift the second half of the measure to the right. Has the > s

Re: Ukulele string tunings

2012-05-12 Thread David Kastrup
Choan Gálvez writes: > On 5/12/12 16:08 , David Kastrup wrote: >> Choan Gálvez writes: >> >>> Current tunings for tenor and baritone ukulele are string >>> reversed. From `ly/string-tunings-init.ly`: >>> >>> %% ukulele tunings >>> \makeDefaultStringTuning #'ukulele-tuning \stringTuning >>> \make

Re: Ukulele string tunings

2012-05-12 Thread Phil Holmes
- Original Message - From: "Choan Gálvez" To: Sent: Saturday, May 12, 2012 3:30 PM Subject: Re: Ukulele string tunings On 5/12/12 16:08 , David Kastrup wrote: > > Not sure about the renaming. Of course, strings need to get reversed. Should I open an issue about the reversing? N

Re: Ukulele string tunings

2012-05-12 Thread Choan Gálvez
On 5/12/12 16:08 , David Kastrup wrote: Choan Gálvez writes: Current tunings for tenor and baritone ukulele are string reversed. From `ly/string-tunings-init.ly`: %% ukulele tunings \makeDefaultStringTuning #'ukulele-tuning \stringTuning \makeDefaultStringTuning #'ukulele-d-tuning \stringTuni

Re: LilyPond wins LoMuS 2012!

2012-05-12 Thread David Nalesnik
On Sat, May 12, 2012 at 6:41 AM, m...@apollinemike.com < m...@apollinemike.com> wrote: > Hey LilyPond users, > > I have an exciting piece of news to share with you. LilyPond won LoMuS > 2012, one of the most prestigious awards in the open source community for > musical software. > Congratulation

Re: LilyPond wins LoMuS 2012!

2012-05-12 Thread Francisco Vila
2012/5/12 m...@apollinemike.com : > Hey LilyPond users, > > I have an exciting piece of news to share with you.  LilyPond won LoMuS > 2012, one of the most prestigious awards in the open source community for > musical software. > > http://concours.afim-asso.org/ > > All of you should be very proud,

Re: Ukulele string tunings

2012-05-12 Thread David Kastrup
Choan Gálvez writes: > Current tunings for tenor and baritone ukulele are string > reversed. From `ly/string-tunings-init.ly`: > > %% ukulele tunings > \makeDefaultStringTuning #'ukulele-tuning \stringTuning > \makeDefaultStringTuning #'ukulele-d-tuning \stringTuning > \makeDefaultStringTuning

Ukulele string tunings

2012-05-12 Thread Choan Gálvez
Hi. Current tunings for tenor and baritone ukulele are string reversed. From `ly/string-tunings-init.ly`: %% ukulele tunings \makeDefaultStringTuning #'ukulele-tuning \stringTuning \makeDefaultStringTuning #'ukulele-d-tuning \stringTuning \makeDefaultStringTuning #'tenor-ukulele-tuning \stri

Tab stems won't show up when using TabVoice

2012-05-12 Thread Choan Gálvez
Hi there. I'm working on the transcription of some of my ukulele arrangements, which will be published both as Staff only / Staff + TabStaff / TabStaff only. In order to get a useable TabStaff only output, I need to set `\tabFullNotation` in order to show rhythms, etc. And I've just discov

Re: Dashed Stem

2012-05-12 Thread David Nalesnik
Hi again, > Hmmm, Setting 'blot-diameter like I did actually affects regular stems > and the newly-drawn stems not at all... > So remove this line if you use the newer function: (ly:output-def-set-variable! (ly:grob-layout grob) 'blot-diameter 0.8) -David _

Re: Dashed Stem

2012-05-12 Thread David Nalesnik
On Sat, May 12, 2012 at 7:32 AM, David Nalesnik wrote: I've come up with a simpler variant which makes use of the 'dashed-line > function. (I didn't use this initially because I couldn't figure out how > to get the roundedness of the line segments to match the ordinary stem's > and also because I

Re: Dashed Stem

2012-05-12 Thread David Nalesnik
Hi, On Sat, May 12, 2012 at 3:05 AM, Urs Liska wrote: > Hi David, Hi Thomas, > > thank you very much! > I'm increasingly fascinated by LilyPond - and this mailing list. > And I'll definitely have to learn how to write Scheme functions myself ... > > With your suggestions I can really solve the

Re: LilyPond wins LoMuS 2012!

2012-05-12 Thread Janek Warchoł
On Sat, May 12, 2012 at 1:41 PM, m...@apollinemike.com wrote: > Hey LilyPond users, > > I have an exciting piece of news to share with you.  LilyPond won LoMuS > 2012, one of the most prestigious awards in the open source community for > musical software. Congratulations!! Janek ___

Re: LilyPond wins LoMuS 2012!

2012-05-12 Thread Thomas Morley
2012/5/12 m...@apollinemike.com : > Hey LilyPond users, > > I have an exciting piece of news to share with you.  LilyPond won LoMuS > 2012, one of the most prestigious awards in the open source community for > musical software. > > http://concours.afim-asso.org/ > > All of you should be very proud,

LilyPond wins LoMuS 2012!

2012-05-12 Thread m...@apollinemike.com
Hey LilyPond users, I have an exciting piece of news to share with you. LilyPond won LoMuS 2012, one of the most prestigious awards in the open source community for musical software. http://concours.afim-asso.org/ All of you should be very proud, as your work with LilyPond helps those who de

Re: Dashed Stem

2012-05-12 Thread Urs Liska
Hi David, Hi Thomas, thank you very much! I'm increasingly fascinated by LilyPond - and this mailing list. And I'll definitely have to learn how to write Scheme functions myself ... With your suggestions I can really solve the problem at hand, so thanks. What I especially like about the new solu

Re: Merging notes and shiftOn

2012-05-12 Thread Trevor Daniels
Nick Payne wrote Saturday, May 12, 2012 7:23 AM On 12/05/12 16:06, Nick Payne wrote: In the documentation on collision resolution (http://lilypond.org/doc/v2.15/Documentation/notation/multiple-voices#collision-resolution), it states: "The \shiftOn command allows (but does not force) the notes