lilypond-user
[Top][All Lists]
Advanced

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

Re: How to stack scripts and textscripts?


From: Trevor Daniels
Subject: Re: How to stack scripts and textscripts?
Date: Mon, 28 Apr 2008 09:16:48 +0100


Hi Peter

This is a case where \tweak is needed. All these markups occur at the same musical moment, so \override affects them all. Also the property to change is 'outside-staff-priority. This does what you want:

{
 c''
 -\tweak #'outside-staff-priority #200
 ^\markup{\natural}
 -\tweak #'outside-staff-priority #100
 ^\turn
 -\tweak #'outside-staff-priority #0
 ^\markup{\flat}
}

Trevor
----- Original Message ----- From: "Peter Chubb" <address@hidden>
To: <address@hidden>
Sent: Monday, April 28, 2008 6:03 AM
Subject: How to stack scripts and textscripts?



Hi,
I'm trying to set a turn symbol with a natural sign over it
and a flat sign under it.  I tried:
c''^\markup{\natural}^\turn^\markup{\flat}
but the natural and flat signs always turn up next to each other,
and the turn is above both.  Any ideas?  Playing with script-priority
moves both accidentals, not just one, even with \once.

--
Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.com.au ERTOS within National ICT Australia


_______________________________________________
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]