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. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user