lilypond-user
[Top][All Lists]
Advanced

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

bar number interference


From: bb
Subject: bar number interference
Date: Thu, 22 Jun 2017 17:05:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

The bar number is just above the 7 of the fis2:min7 and makes  the chord
name unclear.

How can I avoid this? How can I generally (always) set the bar number
directly above the bar line by default?

Snippet:

\version "2.18.2"

melody = { \override Score.BarNumber.break-visibility = ##(#t #t #t)
\time 5/4   b2.( b4 ) r4 | }

harmonies = \chordmode { b2.:min fis2:min7 | }

\score {
<<
  \new ChordNames { \harmonies }
  \new Staff { \melody }
>>
}


Kind regards BB





reply via email to

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