lilypond-user
[Top][All Lists]
Advanced

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

Space between clef and key and time signature


From: Jiri Zurek (Prague)
Subject: Space between clef and key and time signature
Date: Fri, 6 Nov 2009 03:14:52 -0800 (PST)

When making a score smaller, everything is squeezed very well, except that
the gap between the key signature and the clef remains very large and also
the distance between the time signature and the first note remains big. It
seems that Lilypond does not automatically controll these distances to set
them proportinonally smaller when the score is made smaller as whole.
Anyway, how can I controll these distances manually, please?
For an example, please see the following lines:
%begin Lily - Example 

\version "2.12.2" 
\paper { 
    indent = 0.0 
    ragged-right = ##t 
    ragged-last = ##t 
  } 
  
  \score { \new Staff \relative c' 
            {  \key f \minor
        f2 a4 c2 a4 bes2 g'4 f8 e e4 d c f e d c b a 
            } 
    \layout { 
      \context { 
        \Staff 
        fontSize = #-11 
        \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0) 
        \override StaffSymbol #'staff-space = #(magstep -11) 
        \override StaffSymbol #'thickness = #(magstep -11) 
      } 
    } 
  } 
  
  \score { \new Staff \relative c' 
            {  \key f \minor 
        f2 a4 c2 a4 bes2 g'4 f8 e e4 d c f e d c b a 
            } 
    \layout {  
    } 
  } 
%end Lily -Example
-- 
View this message in context: 
http://old.nabble.com/Space-between-clef-and-key-and-time-signature-tp26230257p26230257.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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