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
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user