lilypond-user
[Top][All Lists]
Advanced

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

double bar number


From: bb
Subject: double bar number
Date: Sat, 7 Apr 2018 13:25:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

I want bar numbers for every bar and a low bar number position to avoid
interference with the chord names. My first attempt shows two bar
numbers one over the other. I do not want the second, the upper bar
number. I cannot find a solution. Thanks for help.

\version "2.19.80"
chordsone = \chordmode { c1:7  f1:7 c1:7 }
one = {
\relative c {
\override Score.BarNumber.break-visibility = #all-visible
\clef "bass_8"
  c,4 g' c, ges' | f c' f, des |c g' c, as' |
}}
\score  {
  <<
        \new ChordNames { \chordsone }   
        \new Staff
        \one
 >>
}
      \layout {\context {
    \Staff
    \consists "Bar_number_engraver"
  }}




reply via email to

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