lilypond-user
[Top][All Lists]
Advanced

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

Tweaking key signature spacing


From: Jayaratna
Subject: Tweaking key signature spacing
Date: Fri, 7 Nov 2014 06:38:14 -0800 (PST)

Dear Lilyfriends,

In the following code I need to reduce the space between the clef and the
key signature (with scaled units).
Thanks for your help,
A

\version "2.18.2"
mytimesigv = { \override Staff.TimeSignature.stencil = #(lambda (grob) 
         (grob-interpret-markup grob
           #{
             \markup \concat {
                 \musicglyph #"timesig.neomensural44"
               \lower #.9 {  2 } 
             } 
           #})) }
discantusNotes = {
  \relative c''  {
    \override Staff.Clef.full-size-change = ##t
    \override Score.BreakAlignment #'break-align-orders = #(
               make-vector 3 '(
                       staff-bar
                       clef
                       key-signature
                       time-signature
 ) )
    \cadenzaOn
    \key f \major \clef "petrucci-c1" 
    \mytimesigv
    \scaleDurations 1/64 {
     g\breve g  c,1 \undo \hide Staff.BarLine \bar"||" s32
    \clef "petrucci-c3" \key d \minor  \time 2/2 r\longa c\breve c  f,1
\bar"||"
  
  }
  }
}
\score {
  <<
      \new MensuralVoice = "discantusNotes" <<
      \discantusNotes  >>
  >>
  
  \layout {
    \context {
      \Score
      \omit BarNumber
       }
        
  }
}
<http://lilypond.1069038.n5.nabble.com/file/n168516/2014-11-07-200322_1024x600_scrot.png>
 



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Tweaking-key-signature-spacing-tp168516.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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