bug-lilypond
[Top][All Lists]
Advanced

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

Ambitus: horizontal spacing


From: Malte Meyn
Subject: Ambitus: horizontal spacing
Date: Sun, 30 Sep 2018 18:49:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

Hi list,

I think that the horizontal spacing of Ambitus isn’t optimal: IMO it has too much space on the left side (or too little on the right side). I’d suggest to change the left-hand space from 2.0 to 0.8 or maybe 1.0:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.82"

\new ChoirStaff <<
\new Staff { c' c'' }
\new Staff { c' c'' }
>>

\layout {
  \context {
    \Staff
    \consists Ambitus_engraver
  }
  \context {
    \Score
    \override LeftEdge.space-alist = #'((ambitus extra-space . 0.8))
  }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Opinions? Gould remains silent about that.

Cheers,
Malte



reply via email to

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