Hi Ben,
SoundsFromSound wrote
> I can't figure out how to box marked-up notes as one unit.
you can use a whole score as markup, so as a point to start, how about:
%-----------------------------------
\version "2.19.81"
\header {
title = "Example"
}
\relative c'
{
c1 c1^\markup \box {
\score {
{
\stopStaff
d'4 d'8 d'
}
\layout {
\context {
\Staff
\remove "Clef_engraver"
\remove "Time_signature_engraver"
}
}
}
} c1 c c c c c
}
%-----------------------------------
--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user