lilypond-user
[Top][All Lists]
Advanced

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

Re: boxed measures


From: Matthieu Jacquot
Subject: Re: boxed measures
Date: Sun, 23 Aug 2009 21:19:30 +0200
User-agent: Opera Mail/10.00 (Linux)

Maybe we could try in this way :


\version "2.13.3"
notes = \relative c' {
  %\override RehearsalMark #'Y-offset = #5.5
  c''-\markup  {
    \box {  \score {
                          \new Staff \with {
                            \remove Time_signature_engraver
                            \remove Clef_engraver
                            \remove Staff_symbol_engraver
                          }
              {\hideNotes c'' a f d }
  \layout { } } }
        }

        a f d
}

\score {
    \notes
  \layout {}

I wasn't able after to move the box but it mustn't be impossible.


--
Matthieu JACQUOT
The Shady Lane Publishing:
http://theshadylanepublishing.com (nouveau site!)





reply via email to

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