Raising fingerings

2018-12-09 Thread Emilio Millan
I'm using fingerings for some above-the-staff harmonica notation. They are working well for this purpose but there is one bit of fine tuning I'd like to do if possible. In the example below, the fingerings are well-placed but the "G4" and "A4" are a bit higher to appropriately avoid the note stems.

Re: Raising fingerings

2018-12-09 Thread Emilio Millan
Perfect! Thank you, Harm. I appreciate it. Emilio -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

\rounded-box vs. \box in text markup

2018-03-28 Thread Emilio Millan
Hi all. I'm a fairly new user so I may be missing something obvious. In the following example, is there a way to "snug up" the rounded boxes over the second note so that they are vertically spaced like the boxes over the first note? \version "2.19.80" { f''2^\markup{\box "1"}^\markup{\box "2"}^

rounded-box vs. box in text markup

2018-03-28 Thread Emilio Millan
Hi all. I'm a fairly new user so I may be missing something obvious. In the following example, is there a way to "snug up" the rounded boxes over the second note so that they are vertically spaced like the boxes over the first note? \version "2.19.80" { f''2^\markup{\box "1"}^\markup{\box "2"}^

Re: rounded-box vs. box in text markup

2018-03-28 Thread Emilio Millan
at 11:36 AM, Thomas Morley wrote: > 2018-03-28 14:23 GMT+02:00 Emilio Millan : >> Hi all. I'm a fairly new user so I may be missing something obvious. >> >> In the following example, is there a way to "snug up" the rounded >> boxes over the second note so th

rounded-boxes and \textLengthOn

2018-04-04 Thread Emilio Millan
Hi again all. I've got another question. The LilyPond code below produces the music in the attached image file. The first three measures are, I think, correct behavior and the fourth is not. (Pretty obscure, I'd admit.) Can anyone think of a workaround to use rounded-boxes as in the fourth measu

Re: \rounded-box vs. \box in text markup

2018-04-04 Thread Emilio Millan
-priority = ##f They would have to be used with some care in a more complex context, but better to have the tools than not. Thanks again! Emilio On Tue, Mar 27, 2018 at 9:42 PM, Emilio Millan wrote: > Hi all. I'm a fairly new user so I may be missing something obvious. > > In

Re: \rounded-box vs. \box in text markup

2018-04-05 Thread Emilio Millan
That's fantastic! Many thanks to you and Harm for looking into and fixing this bug. Regards, Emilio -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/li

Properties outside of scores

2018-04-16 Thread Emilio Millan
This one's a little odd, I admit, but it would come in handy to me. Suppose I had two markup blocks at the top level of a document--i.e., not in a score. Is there a way to set something like a context property outside the markup blocks but used inside them? Here's a contrived pseudo-example: \se

Re: Properties outside of scores

2018-04-29 Thread Emilio Millan
Thanks for that, Andrew. Your suggestion and my own continued thinking made me realize that scoping and evaluation order were the challenges I was facing. Scoping is tricky because I'm outside the usual scopes--Score, Staff and Voice. But I am in a book (or bookpart) and so can set a property in t