lilypond-user
[Top][All Lists]
Advanced

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

Re: Boxed Markup as a Whole?


From: Klaus Blum
Subject: Re: Boxed Markup as a Whole?
Date: Fri, 13 Jul 2018 18:02:40 -0700 (MST)

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



reply via email to

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