Nick,

 

Include

\ragged-right = ##f

In the layout block.

 

Mark

 

From: lilypond-user-bounces+carsonmark=ca.rr....@gnu.org 
[mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of NickS
Sent: Wednesday, December 21, 2022 6:09 AM
To: lilypond-user@gnu.org
Subject: Reduce extra space at end of stave

 

In the below minimal example, please how do I reduce the extra space at the end 
of the stave (between the last chord and the barline)? I'm happy with the 
proportional, uniform and strict spacing between the chords, and the space 
between the clef and first chord - these all match up with external graphics - 
it's just that the space at the end of the stave extends further than I need. 
Thanks.

Nick

 

\version "2.20.0"

\new Staff
{
    \new Voice
    {
        \time 3/4 <c' e' g'>4 <e' g' c''> <g' c'' e''> |
    }
}

\layout
{
    \context { \Score    proportionalNotationDuration = #(ly:make-moment 1/20) }
    \context { \Staff \remove Separating_line_group_engraver }
    \override Score.SpacingSpanner.uniform-stretching = ##t
    \override Score.SpacingSpanner.strict-note-spacing = ##t
    \override Staff.TimeSignature #'stencil = ##f
    \override Score.Clef.extra-spacing-width = #'(0 . 4.5)
}

 

 

 

Reply via email to