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

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

2018-04-05 Thread Torsten Hämmerle
By the way: That's how your original example will look after the skyline corrections: All the best, Torsten -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html _

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

2018-04-05 Thread Torsten Hämmerle
Hi Emilio, The strange vertical spacing is a bug... As Harm found out, it's related to a skyline problem: accidentally, there is an extra margin around rounded boxes causing the wider spacing that shouldn't be there. I'm currently dealing with it, so this bug will be fixed in a future release. Al

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

2018-04-04 Thread Emilio Millan
Thanks, Ben, for that recommendation. It definitely could work. Plus it got me to stumble on a couple of other possible options. It looks like in my example, either of the following would also work: \override Score.SpacingSpanner.shortest-duration-space = #4.5 \override TextScript.outside-staff-p

Re: rounded-box vs. box in text markup

2018-03-28 Thread Emilio Millan
Robert, Federico, and Harm: Thank you so much for your help! All your suggestions worked very well. I'm playing with them now to decide which is the best for my document. Everybody: My apologies for accidentally sending my question to the list twice! Regards, Emilio On Wed, Mar 28, 2018 at 11:36

Re: rounded-box vs. box in text markup

2018-03-28 Thread Thomas Morley
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 that they are vertically spaced like the > boxes over the first note? > > \version

Re: rounded-box vs. box in text markup

2018-03-28 Thread Federico Bruni
Il giorno mer 28 mar 2018 alle 14:23, Emilio Millan ha scritto: 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 n

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

2018-03-28 Thread Robert Schmaus
Hi Emilio, I find this behaviour decidedly un-obvious as well. But here's a way to have a more controlled spacing: \version "2.19.80" { f''2^\markup{ \column { \rounded-box "1" \rounded-box "2" \rounded-box "3" } } f''2^\markup{ \column { \box "1"