bug-lilypond
[Top][All Lists]
Advanced

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

fontSize = #… rattens the effect of \remove Separating_line_group_engr


From: Eluze
Subject: fontSize = #… rattens the effect of \remove Separating_line_group_engraver
Date: Fri, 18 Jan 2013 09:59:43 -0800 (PST)

the listed code produces the attached file where in the 3rd line the spacing
between clef, key and the note is *not* reduced

\paper { ragged-right = ##t }
\layout {
  \context {
    \Staff
    \remove Time_signature_engraver
    \remove Separating_line_group_engraver
  }
}
\new Staff { \key g \major \relative {c16 } }
\new Staff { \relative {c16 } }

% but reducing the font size …
\new Staff \with {
  fontSize = #-5
  \override StaffSymbol #'staff-space = #(magstep -5)
  \override StaffSymbol #'thickness = #(magstep -5)
}
{  \key g \major \relative {c16 } }

test1.png <http://lilypond.1069038.n5.nabble.com/file/n139741/test1.png>  

I believe this is the way proposed in the docs (but never with a non-empty
key)

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/fontSize-rattens-the-effect-of-remove-Separating-line-group-engraver-tp139741.html
Sent from the Bugs mailing list archive at Nabble.com.



reply via email to

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