lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Robert Schmaus
Subject: Re: \rounded-box vs. \box in text markup
Date: Wed, 28 Mar 2018 15:37:29 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

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"
      \box "2"
      \box "3"
    }
  }
}


Note that this way of stacking the boxes actually makes he simple \box constructs move *farther apart* whereas the rounded boxes now are closer together. This can be fine-tuned with \vspace commands between the boxes.
Not an ideal solution but this is how it can be done ...

Best,
Robert




Am 28.03.18 um 03:42 schrieb 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"}^\markup{\box "3"}
  f''2^\markup{\rounded-box "1"}^\markup{\rounded-box "2"}^\markup{\rounded-box "3"}
}

Regards,
Emilio


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

[Prev in Thread] Current Thread [Next in Thread]