lilypond-user
[Top][All Lists]
Advanced

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

Re: Horizontal shifting of chords


From: Robert Blackstone
Subject: Re: Horizontal shifting of chords
Date: Mon, 4 Feb 2019 09:42:26 +0100

Hi Malte,

Many thanks for your reaction.

Did it help?
Sure, or rather, you gave me the solution for my problem with "\once \override 
Staff.BarLine.extra-spacing-width = #'(-10 . 10)".
I had never seen this anywhere up till now. So I didn't even have to use your 
testexample.
But I will definitely save it in my collection of LilyPond testfiles 

Thanks again.

Best regards,

Robert Blackstone

On 4 Feb 2019, at 09:23 , Malte Meyn <address@hidden> wrote:

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




reply via email to

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