lilypond-user
[Top][All Lists]
Advanced

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

Re: Horizontal shifting of chords


From: Malte Meyn
Subject: Re: Horizontal shifting of chords
Date: Mon, 4 Feb 2019 09:23:12 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0



Am 04.02.19 um 08:59 schrieb Robert Blackstone:
Hi All,

I have been transcribing a  piano piece in \time 4/2, that ends with a chord \breve. The penultimate bar ends with the same chord half note. What LilyPond does here I find rather ugly : both chords need more space, and I would like to center the breve and increase the distance between the penultimate chord and the bar line.
The available space would be would be more than sufficient.

[…]

Has anybody a suggestion or advice?

Hi Robert,

please always give a minimal code example. Does the following help?

%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.19.82"
\language "deutsch"

\new PianoStaff <<
  \new Staff {
    \time 4/2
    <f d' f'>2 q q q
    \once \override Staff.BarLine.extra-spacing-width = #'(-10 . 10)
    q\breve
  }
  \new Staff {
    \clef bass
    <d, a, d>2 q q q
    q\breve
  }
>>



reply via email to

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