Re: string-lines

2009-07-10 Thread Mario Moles
In data venerdì 10 luglio 2009 11:24:56, hai scritto: > On Fri, 10 Jul 2009 10:55:35 +0200, Nick Payne > > wrote: > > It’s the Chaconne from BWV1004. Matthieu Jacquot has the Lilypond source > > code of his arrangement for guitar available under a Creative Commons > > license on his web site, tho

Re: string-lines

2009-07-10 Thread Matthieu Jacquot
On Fri, 10 Jul 2009 10:55:35 +0200, Nick Payne wrote: It’s the Chaconne from BWV1004. Matthieu Jacquot has the Lilypond source code of his arrangement for guitar available under a Creative Commons license on his web site, though that contains the notes without any fingering indications. See

RE: string-lines

2009-07-10 Thread Nick Payne
/transcriptions2. Nick From: lilypond-user-bounces+nick.payne=internode.on@gnu.org [mailto:lilypond-user-bounces+nick.payne=internode.on@gnu.org] On Behalf Of Mario Moles Sent: Friday, 10 July 2009 8:50 AM To: lilypond-user@gnu.org Subject: Re: string-lines È possibile avere il file ly

Re: string-lines

2009-07-09 Thread Mario Moles
;bound-details #'right-broken #'padding > = #$adjEnd > % adjust LH end of line when it wraps to following stave so that it > doesn't > % extend to the left of the notes on the stave > \once \override TextSpanner #'bound-details #'left-broken #'X

Re: string-lines

2009-07-09 Thread Mario Moles
È possibile avere il file ly dell'esempio che riporti? Il file png è interessante! Grazie -- oiram/bin/selom ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

RE: string-lines

2009-07-09 Thread Nick Payne
acket edge at line breaks % \once \override TextSpanner #'bound-details #'left-broken #'text = ##f \once \override TextSpanner #'bound-details #'right-broken #'text = ##f #}) > -Original Message- > From: lilypond-user-bounces+nick.payne=int

Re: string-lines

2009-07-09 Thread Jonathan Kulp
Mario Moles wrote: Ok Jon ora è bellissimo! Mi manca solo una cosa: vorrei allungare un pochino la linea e terminarla così: _| come nelle ottave, come nell'esempio: I was afraid you'd ask for that. :) I wanted it too, so I'll have a look around tonight and see if I can figure it out. Jon -

RE: string-lines

2009-07-09 Thread Nick Payne
ernode.on@gnu.org] On > Behalf Of Jonathan Kulp > Sent: Thursday, 9 July 2009 1:46 PM > To: Mario Moles > Cc: lilypond > Subject: Re: string-lines > > Mario Moles wrote: > > Ciao! > > Come posso fare per avere delle linee per le corde come nel file > allegato

Re: string-lines

2009-07-09 Thread Mario Moles
Ok Jon ora è bellissimo! Mi manca solo una cosa: vorrei allungare un pochino la linea e terminarla così: _| come nelle ottave, come nell'esempio: -- oiram/bin/selom <>___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/lis

Re: string-lines

2009-07-09 Thread Jonathan Kulp
Mark Polesky wrote: You don't need any fancy scheme, just a music-function: http://lilypond.org/doc/v2.13/Documentation/user/lilypond/Simple-substitution-functions Oh, sweet! That was about the easiest thing ever! Thanks for the tip, Mark & Neil. :) This is much more elegant and useful.

Re: string-lines

2009-07-09 Thread Mark Polesky
Jonathan Kulp wrote: > A TODO is to turn it into a scheme function whereby you could > just type something like \stringNumberSpanner "5" to set all of > these parameters: > > \override TextSpanner #'style = #'solid > \override TextSpanner #'font-size = #-5 > \override TextSpanner #'(bound-details

Re: string-lines

2009-07-09 Thread Neil Puttock
2009/7/9 Jonathan Kulp : > Thanks for the help, Neil. I've added a snippet showing this feature to LSR > here: > > http://lsr.dsi.unimi.it/LSR/Item?u=1&id=616 Very nice. :) If you want to add a version, it's best to comment it out though. > A TODO is to turn it into a scheme function whereby you

Re: string-lines

2009-07-09 Thread Jonathan Kulp
Thanks for the help, Neil. I've added a snippet showing this feature to LSR here: http://lsr.dsi.unimi.it/LSR/Item?u=1&id=616 A TODO is to turn it into a scheme function whereby you could just type something like \stringNumberSpanner "5" to set all of these parameters: \override TextSpanne

Re: string-lines

2009-07-09 Thread Neil Puttock
2009/7/9 Jonathan Kulp : > One more adjustment to the "6" markup: > > \override TextSpanner #'(bound-details left text) = \markup { \circle \bold > \lower #.5 "6" } You can use stencil-align-dir-y instead of \lower here. \override TextSpanner #'font-shape = #'solid You can remove this. \over

Re: string-lines

2009-07-09 Thread Jonathan Kulp
Mario Moles wrote: In data giovedì 09 luglio 2009 18:02:31, -Eluze ha scritto: : > Jonathan Kulp-2 wrote: \override TextSpanner #'(bound-details left text) = \markup { \circle \bold "6 " } I don't like the look of the circled number very much--it doesn't look as good as the default string nu

Re: string-lines

2009-07-09 Thread Mario Moles
In data giovedì 09 luglio 2009 18:02:31, -Eluze ha scritto: : > Jonathan Kulp-2 wrote: > >\override TextSpanner #'(bound-details left text) = \markup { > > \circle \bold "6 " } > > > > I don't like the look of the circled number very much--it doesn't > > look as good as the default string numbe

Re: string-lines

2009-07-09 Thread -Eluze
Jonathan Kulp-2 wrote: > >\override TextSpanner #'(bound-details left text) = \markup { > \circle \bold "6 " } > > I don't like the look of the circled number very much--it doesn't > look as good as the default string number, but maybe you can > adjust it to look better. > the single sp

Re: string-lines

2009-07-09 Thread Jonathan Kulp
Excellent, Mario! Yes it's better with your changes. I will make a snippet for the LSR showing this hack. Best, Jon Mario Moles wrote: Grazie! Ottimo lavoro e forse così è migliore: \relative c { \clef "treble_8" \set stringNumberOrientations = #'(down) b16 d g b \textSpannerDown

Re: string-lines

2009-07-08 Thread Jonathan Kulp
Mario Moles wrote: Ciao! Come posso fare per avere delle linee per le corde come nel file allegato? Grazie. This is something I've wanted for a while but have been too lazy to research. Here's a nearly-adequate solution after 15 minutes of fiddling: %% \version