lilypond-devel
[Top][All Lists]
Advanced

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

default padding on TextSpanner


From: Graham Percival
Subject: default padding on TextSpanner
Date: Thu, 12 May 2005 00:16:33 -0700

Currently TextSpanner has no #'padding set in scm/define-grobs.scm
Could I set it to 0.8 ?

This example demonstrates how close the edge-text comes to the
staff lines; in the second line demonstrates the more pleasing
look of padding 0.8

Cheers,
- Graham


\relative c'' {
  c2
  \override TextSpanner #'edge-text = #'("X" . "")
  c4\startTextSpan
  c4\stopTextSpan
  \textSpannerDown
  a2
  a4\startTextSpan
  a4\stopTextSpan
\break
  \textSpannerUp
  \override TextSpanner #'padding = #0.8
  c2
  c4\startTextSpan
  c4\stopTextSpan
  \textSpannerDown
  a2
  a4\startTextSpan
  a4\stopTextSpan
}





reply via email to

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