lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical ordering of symbols


From: Nick Payne
Subject: Re: vertical ordering of symbols
Date: Sun, 21 Nov 2010 08:50:33 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6

On 21/11/10 08:22, Stephan Elliot Perez wrote:
Thank you. Can you please tell me how to bring a markup object inside of the staff?

\override TextScript #'outside-staff-priority = ##f

and

\override  TextScript #'outside-staff-padding = #-3

do not seem to suffice.

You can use tweak. e.g.

\version "2.13.39"

\relative c'' {
b8-\tweak #'extra-offset #'(0 . -1.75)^\markup\teeny { markup text } b b b b b b b
}




reply via email to

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