lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical position of tuplet number


From: -Eluze
Subject: Re: vertical position of tuplet number
Date: Sat, 23 Oct 2010 05:19:22 -0700 (PDT)


Werner LEMBERG wrote:
> 
> 
>> What controls the vertical position of a tuplet number if I set
>> 
>>   \override Staff.TupletBracket #'bracket-visibility = ##f
>> 
>> ?  I would like to have the number within a staff and not outside...
> 
> 

does this match your needs?

{
  \override TupletBracket #'bracket-visibility = ##f
  \override TupletBracket #'staff-padding = #'()
  \override TupletNumber #'staff-padding = #'()
  \times 2/3 { c d e}
}
-- 
View this message in context: 
http://old.nabble.com/vertical-position-of-tuplet-number-tp30027811p30035373.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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