bug-lilypond
[Top][All Lists]
Advanced

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

TextScript isn't entirely scaled, while using another "staff-size"


From: Thomas Morley
Subject: TextScript isn't entirely scaled, while using another "staff-size"
Date: Sun, 25 Dec 2011 23:39:38 +0100

Hi,

the following example shows that the markup isn't scaled correct,
according to the changed "staff-size"

\version "2.15.20"

music = {
        c'-\markup { "XXX" \draw-line #'(0 . 4) }
}

\new StaffGroup <<
\new Staff \with { fontSize = #-20
                   \override StaffSymbol #'staff-space = #(magstep -20)
                   \override StaffSymbol #'thickness = #(magstep -20) }
                { \music }

\new Staff
        { \music }
>>


Cheers,
  Harm



reply via email to

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