On 3/23/17 3:50 PM, "[email protected]" <[email protected]> wrote:
>In the example below, is there any way to make the bar numbers to be
>below the chord symbols ?
Move the Bar_number_engraver to the Staff context:
\version "2.18.2"
Mch = \chordmode {
s1 |
g1 |
d1 |
}
Ma = \context Voice = Va \relative d'' {
\set Score.currentBarNumber = #211
R1 |
d4 d d d |
d4 c b a |
}
\score{
<<
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\override Score.BarNumber #'self-alignment-X = #-1
\new ChordNames { \Mch }
\new ChoirStaff
<<
\new Staff \with{\consists "Bar_number_engraver"} \Ma
>>
>>
\layout {
\context {
\Score
\remove "Bar_number_engraver"
}
}
}
HTH,
Carl
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user