lilypond-user
[Top][All Lists]
Advanced

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

\mark on top of staff (was: TextScript implements self-alignment interfa


From: Graham Percival
Subject: \mark on top of staff (was: TextScript implements self-alignment interface)
Date: Tue, 30 Aug 2005 21:54:10 -0700


On 28-Aug-05, at 8:23 PM, Trevor Baca wrote:
For the at-home audience that might wanna try out the syntax, this will work:

Thanks!  This showed me how to do a different tweak: positioning a \mark
above all other notation on a staff.
(presented here for the same at-home audience)

{
\override Score.RehearsalMark #'Y-offset-callbacks = #(list
Self_alignment_interface::aligned_on_parent
)
  c1^1^2^3
\mark Foo
  c1
\override Score.RehearsalMark #'self-alignment-Y = #0.7
  c1^1^2^3
\mark Foo
  c1
}





reply via email to

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