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 <[email protected]> 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
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to