You mean something like:

\version "2.10.0"
tuning = \markup{\score{
{
 \clef bass
 c2*1/2 es a,
}
\layout{
 ragged-right=##t
 \context{
   \Staff
   fontSize = #-3
   \override StaffSymbol #'staff-space = #(magstep -3)
   firstClef = ##f
   \remove Time_signature_engraver
 }
}
}}


\score{
\new Staff{
 \set Staff.instrumentName = \markup{\tuning}
 R1*2
}
}


   /Mats

David Bobroff wrote:
I want to do something like this:

http://notendur.centrum.is/~bobroff/image.png

In descriptive terms, I want to indicate the tuning of timpani with a
short bit of smaller staff in the "instrument name" position.

-David


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to