bug-lilypond
[Top][All Lists]
Advanced

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

Re: Chord names collide with span bar


From: Knute Snortum
Subject: Re: Chord names collide with span bar
Date: Wed, 20 Mar 2024 09:34:01 -0700

On Wed, Mar 20, 2024 at 8:54 AM Aaron Hill <lilypond@hillvisions.com> wrote:

> Oh, I think I found another option:
>
> %%%%
> \version "2.25.13"
>
> #(ly:set-option 'debug-skylines #t)
> \layout {
>    \context { \Score
>      \override NonMusicalPaperColumn.show-horizontal-skylines = ##t
>    }
>    \context { \ChordNames
>      \consists "Bar_engraver"
>      \override BarLine.bar-extent = #'(0 . 1)
>      \override BarLine.transparent = ##t
>    }
> }
>
>
Yes, that fixes everything!  Thank you so much.

-- 
Knute Snortum


reply via email to

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