lilypond-user
[Top][All Lists]
Advanced

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

Re: Timpani_tuning


From: Mats Bengtsson
Subject: Re: Timpani_tuning
Date: Thu, 29 Mar 2007 16:55:18 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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