lilypond-user
[Top][All Lists]
Advanced

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

Re: Space between clef and key and time signature


From: Jiri Zurek (Prague)
Subject: Re: Space between clef and key and time signature
Date: Sat, 7 Nov 2009 01:59:05 -0800 (PST)


Reinhold Kainhofer wrote:
> 
> Also note that the bar lines don't seem to scale down. 
> 

Indeed, also barlines must be scale down in thickness manually. Here, I copy
again the example as above, with the barline thickness changed. Thank you
for the reminder.

%begin Lily - Example - clef, key and time signature squeezed together,
barlines thinner 

\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 \bar "|."
            } 
    \layout { 
      \context { 
        \Staff 
        \override Clef #'space-alist #'first-note = #'(extra-space . 0.1) 
        \override Clef #'space-alist #'key-signature = #'(minimum-space .
1.0) 
        \override Clef #'space-alist #'time-signature = #'(minimum-space .
0.1) 
        \override KeySignature #'space-alist #'time-signature =
#'(minimum-space . 0.1) 
        \override KeySignature #'space-alist #'first-note = #'(extra-space .
0.1) 
        \override TimeSignature #'space-alist #'first-note = #'(extra-space
. 0.1) 
        \override BarLine #'hair-thickness = #0.3
        \override BarLine #'thick-thickness = #1.7        
        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 \bar "|." 
            } 
    \layout {   
    } 
  } 
%end Lily -Example
-- 
View this message in context: 
http://old.nabble.com/Space-between-clef-and-key-and-time-signature-tp26230257p26240894.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]