From: gpercival Date: Tue, 3 May 2005 11:06:05 +0000 (+0000) Subject: added textSpanner{Up,Down,Neutral}. X-Git-Tag: release/2.5.23~33 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f5767587911872874edb54050140abfb3859c4de;p=lilypond.git added textSpanner{Up,Down,Neutral}. --- diff --git a/ly/property-init.ly b/ly/property-init.ly index ee2829ead9..49d6004b50 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -195,3 +195,8 @@ improvisationOff = { \unset squashedPosition \revert NoteHead #'style } + +textSpannerUp = \override TextSpanner #'direction = #1 +textSpannerDown = \override TextSpanner #'direction = #-1 +textSpannerNeutral = \revert TextSpanner #'direction +