lilypond-user
[Top][All Lists]
Advanced

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

Dimensions vs outline


From: Pierre Perol-Schneider
Subject: Dimensions vs outline
Date: Sat, 3 Oct 2020 09:03:23 +0200

Hi List,
I'm trying to understand the difference between "outline" and "dimensions":

\version "2.20.0"
\markup {
   "1234"
    \combine
    \filled-box #'(-1 . 4) #'(-1 . 2.5) #1
    \override #'(style . outline)
    \override #'(thickness . 3)
    \whiteout
    \with-outline "555"  "5" "6789"
}
\markup {
   "1234"
    \combine
    \filled-box #'(-1 . 4) #'(-1 . 2.5) #1
    \override #'(style . outline)
    \override #'(thickness . 3)
    \whiteout
    \with-dimensions-from "555"  "5" "6789"
}

Can anyone show me a clearer example?
TIA, cheers,
Pierre

reply via email to

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