Re: How do I revert a TextSpanner's staff-padding after a line break?

2017-09-19 Thread Robert Murdoch
On 20/09/2017 00:15, Thomas Morley wrote: Probably easiest: { \alterBroken staff-padding #'(5 0) TextSpanner c'1\startTextSpan d' \break e' f'\stopTextSpan } Cheers, Harm Thank you. It works perfectly. ___ lilypond-user mailing list

Re: Fingering position inside chords

2017-09-19 Thread Thomas Morley
2017-09-19 22:47 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> I tried to get something helpful from FingeringColumn, but I didn't >> found any useful pointers apart from the ones grob-interface delivers. >> Is it really not possible to get

RE: Fingering position inside chords

2017-09-19 Thread Mark Stephen Mrotek
Very welcome Marco, Look at this \set fingeringOrientations = #'(down right up) 4 The 1 shall be below the c The 3 to the right of the e The 5 above the chord The individual directions in the #'( ) determine where each fingering is placed. Good? Mark -Original Message- From:

Re: Fingering position inside chords

2017-09-19 Thread David Kastrup
Thomas Morley writes: > I tried to get something helpful from FingeringColumn, but I didn't > found any useful pointers apart from the ones grob-interface delivers. > Is it really not possible to get Fingering from FingeringColumn directly ?? > (one could catch the

Re: change tie color

2017-09-19 Thread Thomas Morley
2017-09-19 22:48 GMT+02:00 Gianmaria Lari : > This code > > \version "2.19.65" > \fixed c'' { > \override Tie.color = #grey > c1 ~ > \revert Tie.color > \override NoteHead.color = #grey > c1 > \revert NoteHead.color > } > > > change the color of the tie and the

Re: Problem with Codas

2017-09-19 Thread Shamus Hammons
On 09/17/2017 01:50 AM, David Kastrup wrote: > Carl Sorensen writes: > >> On 9/16/17 8:09 AM, "Shamus Hammons" wrote: >> >>> I have a dream, that one day Lilypond will make codas first class >>> citizens instead of having to exist as a series of ugly hacks.

Re: How do I revert a TextSpanner's staff-padding after a line break?

2017-09-19 Thread Thomas Morley
2017-09-19 14:51 GMT+02:00 Robert Murdoch : > I'm really sorry to bother you all again, but I can not figure this out. In > my last question about a Text Spanner leading into another Text Spanner, I > was finally able to align an accelerando with a ritardando using >

Re: Problem with Codas

2017-09-19 Thread David Kastrup
Shamus Hammons writes: > On 09/17/2017 01:50 AM, David Kastrup wrote: >> Carl Sorensen writes: >> >>> On 9/16/17 8:09 AM, "Shamus Hammons" wrote: >>> I have a dream, that one day Lilypond will make codas first class citizens

Re: frescobaldi print

2017-09-19 Thread Gianmaria Lari
On 18 September 2017 at 14:59, Knute Snortum wrote: > There is also a printer icon on the toolbar that does the same thing as > File > Print Music. (Ctrl-P worked for me on Windows 10.) > The printer icon does absolutely nothing when clicked. On my frescobaldi installation

Text Spanner Leading Directly Into Another Text Spanner

2017-09-19 Thread Robert Murdoch
Thanks for all the helpful replies everyone, but I've now run into a new problem; I want the second text spanner to align with the first spanner's dashed lines, for the first system. The second text spanner is currently below the dashed lines. How do I fix this?

Re: frescobaldi print

2017-09-19 Thread Gianmaria Lari
Ok, I solved the problem. I reinstalled Frescobaldi. An interesting fact is that I had to reinstall it twice. After the first reinstallation Frescobaldi did not run anymore. When I clicked on the application nothing happen (no error dialog box, etc; simply nothing). Maybe because I didn't

Re: Fingering position inside chords

2017-09-19 Thread Thomas Morley
2017-09-19 21:51 GMT+02:00 David Kastrup : > Marco Bianchi writes: > >> Hi, >> I'm trying to have all the fingerings aligned to the left as in the picture. >> Is there a way to move independently every single fingering inside the chord? >> My workaround (see the

change tie color

2017-09-19 Thread Gianmaria Lari
This code \version "2.19.65" \fixed c'' { \override Tie.color = #grey c1 ~ \revert Tie.color \override NoteHead.color = #grey c1 \revert NoteHead.color } change the color of the tie and the second c1 note (see attached image). I would like to simplify the previous code and write

Re: Fingering position inside chords

2017-09-19 Thread David Kastrup
Marco Bianchi writes: > Hi, > I'm trying to have all the fingerings aligned to the left as in the picture. > Is there a way to move independently every single fingering inside the chord? > My workaround (see the code) it's not perfect and uses an hidden note in a > second >

Re: Fingering position inside chords

2017-09-19 Thread Marco Bianchi
Thank you Mark, I've studied that part but I still don't understand how can I move only the "3" to the left when it is inside a chord. I need to choose independently the position of the fingers for every note of the chord. Can you show me the code? Thank you very much, Marco On 19/09/2017

Re: Fingering position inside chords

2017-09-19 Thread Marco Bianchi
Thomas amazing example, this language is so deep and fascinating. Thanks to everybody for the help Marco On 19/09/2017 22:51, Thomas Morley wrote: 2017-09-19 22:47 GMT+02:00 David Kastrup : Thomas Morley writes: I tried to get something helpful from

RE: Fingering position inside chords

2017-09-19 Thread Mark Stephen Mrotek
Marco, Have a look at http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff#fingering-instructions Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Marco Bianchi Sent: Tuesday, September 19, 2017 1:39 AM To:

Re: Fingering position inside chords

2017-09-19 Thread Marco Bianchi
David this is great! Thank you On 19/09/2017 21:51, David Kastrup wrote: Marco Bianchi writes: Hi, I'm trying to have all the fingerings aligned to the left as in the picture. Is there a way to move independently every single fingering inside the chord? My workaround

Re: Text Spanner Leading Directly Into Another Text Spanner

2017-09-19 Thread Malte Meyn
Am 19.09.2017 um 11:08 schrieb Robert Murdoch: Thanks for all the helpful replies everyone, but I've now run into a new problem; I want the second text spanner to align with the first spanner's dashed lines, for the first system. The second text spanner is currently below the dashed lines.

Re: Text Spanner Leading Directly Into Another Text Spanner

2017-09-19 Thread Robert Murdoch
Will do. \version "2.19.65" \relative c'' { \override TextSpanner.bound-details.left.text = "accel." \override TextSpanner.bound-details.right.padding = #1 \acciaccatura e8\startTextSpan d4 d r d d2 g4. d8 e2 r R4*4 r2 r4 \override TextSpanner.bound-details.left.text = "rit."

Re: Problem with Codas

2017-09-19 Thread Joel C. Salomon
On 2017-09-18 10:07 PM, Caagr98 wrote: > On 09/18/17 19:46, Joel C. Salomon wrote: >> Omitting the coda alternative, this would be the natural way to input >> repeats of the form “D.S. al Fine”.  I would suggest “\repeat ds” (and >> “\repeat dc”, unless you want to add magic that recognizes the

How do I revert a TextSpanner's staff-padding after a line break?

2017-09-19 Thread Robert Murdoch
I'm really sorry to bother you all again, but I can not figure this out. In my last question about a Text Spanner leading into another Text Spanner, I was finally able to align an accelerando with a ritardando using staff-padding. Unfortunately, after the line break in my score the spanner

Re: frescobaldi print

2017-09-19 Thread Gianmaria Lari
> > Hi G, > > PRINT is found in the File menu, where you can print the source / music, > as you choose. > Printing is usually quite easy from Frescobaldi. > > 1) What printer are you using, a "PDF" printer, network, etc? > it's a network printer nothing special. It works normally with other

Fingering position inside chords

2017-09-19 Thread Marco Bianchi
Hi, I'm trying to have all the fingerings aligned to the left as in the picture. Is there a way to move independently every single fingering inside the chord? My workaround (see the code) it's not perfect and uses an hidden note in a second voice. Thank you very much, have a nice day. Marco

Re: Text Spanner Leading Directly Into Another Text Spanner

2017-09-19 Thread Malte Meyn
Am 19.09.2017 um 12:45 schrieb Robert Murdoch: Will do. As I assumed staff-padding is the right thing here: \override TextSpanner.staff-padding = 2.5 ___ lilypond-user mailing list lilypond-user@gnu.org

Difference between #music and \music?

2017-09-19 Thread David F.
The following code runs without error: \version "2.19" #(define-markup-command (myMarkup layout props music) (ly:music?) % Code to generate markup based on music goes here—elided for simplicity (interpret-markup layout props "myMarkup")) music = { c'1 } \markup \myMarkup #music