lilypond-user
[Top][All Lists]
Advanced

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

override TextScript.padding changes text baseline?


From: Robert Hickman
Subject: override TextScript.padding changes text baseline?
Date: Wed, 18 Apr 2018 14:49:21 +0100

I am attempting to increase the spacing between a text block and the
staff, which I have found can be done using
 \override TextScript.padding = ... However doing this changes the
baseline of the text for some reason. 'good baseline' the bottom of
the 'g' hangs down as expected. When the padding is set, the bottom of
the G is used as basis making the result look bad.

\version "2.18.2"
\header {tagline = ""}
{
    \override TextScript.padding = #2
    \omit Staff.TimeSignature
    \textLengthOn
    \numericTimeSignature
    \time 1/4
    \acciaccatura c''8 g'4^\markup {\tiny Absolute } | \acciaccatura
a'8 g'4^\markup {\tiny Vague }
}

This example shows two different uses of grace-notes for notating
finger articulations in Irish music. the first is used to indicate
whistle fingering, the second means 'play a cut on any finger'.

Attachment: good_baseline.png
Description: PNG image

Attachment: bad_baseline.png
Description: PNG image


reply via email to

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