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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to