From a09cc3999936281f74edf27dd6938d107c037a72 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 3 May 2005 11:06:05 +0000 Subject: [PATCH] added textSpanner{Up,Down,Neutral}. --- ly/property-init.ly | 5 +++++ 1 file changed, 5 insertions(+) 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 + -- 2.39.2