lilypond-user
[Top][All Lists]
Advanced

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

Black borders with table using \markuplist and please center


From: Adam Good
Subject: Black borders with table using \markuplist and please center
Date: Sun, 21 Feb 2021 11:23:33 -0500

Hi Everyone,
I can make this pretty little table, see below but could someone please help me add borders / gridlines around the cells? And, I'd like to be able to center the table to the middle of the page.

Thank you in advance!
Adam

%%%
\markuplist {
  \override #'(padding . 4)
  \table #'(0 0 0)
    {
      %\underline { right-aligned center-aligned left-aligned }
      "1" "2" "3"
      "4" "" "6"
      "7" "8" ""
      "10" "" "12"
    }
}

reply via email to

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