lilypond-user
[Top][All Lists]
Advanced

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

Reduce extra space at end of stave


From: NickS
Subject: Reduce extra space at end of stave
Date: Wed, 21 Dec 2022 14:08:43 +0000 (UTC)

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

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