[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 2155 in lilypond: TextScript isn't entirely scaled, while using an
From: |
lilypond |
Subject: |
Issue 2155 in lilypond: TextScript isn't entirely scaled, while using another "staff-size" |
Date: |
Fri, 30 Dec 2011 23:45:08 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 2155 by address@hidden: TextScript isn't entirely scaled,
while using another "staff-size"
http://code.google.com/p/lilypond/issues/detail?id=2155
http://lists.gnu.org/archive/html/bug-lilypond/2011-12/msg00896.html
Hi,
the following example shows that the markup isn't scaled correct,
according to the changed "staff-size"
\version "2.15.23"
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 }
Attachments:
bug.preview.png 2.1 KB
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Issue 2155 in lilypond: TextScript isn't entirely scaled, while using another "staff-size",
lilypond <=