lilypond-user
[Top][All Lists]
Advanced

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

Re: double bar number


From: Knute Snortum
Subject: Re: double bar number
Date: Sat, 7 Apr 2018 06:22:31 -0700

Try this:

\version "2.19.80"
chordsone = \chordmode { c1:7  f1:7 c1:7 }
>
  \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
  >>
}



---
Knute Snortum
(via Gmail)

On Sat, Apr 7, 2018 at 4:25 AM, bb <address@hidden> wrote:
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 }
> \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"
  }}


_______________________________________________
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]