lilypond-user
[Top][All Lists]
Advanced

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

Re: Timpani_tuning


From: David Bobroff
Subject: Re: Timpani_tuning
Date: Thu, 29 Mar 2007 16:03:58 +0000
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Mats,

Sweeeeet!  That's beautiful, thanks!

I was trying something similar to that, but one thing I was not doing
was defining a 'tuning' block.  I've found from time to time, that this
seems to make a difference.  Something that will work when pre-defined,
as you did here, will not work if used directly.  At least this has
happened to me.  Or am I mistaken?

-David

Mats Bengtsson wrote:
> 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
>>   
> 





reply via email to

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