On Thu, Mar 23, 2017 at 5:50 PM, <[email protected]> wrote: > In the example below, is there any way to make the bar numbers to be > below the chord symbols ? > > I guess I have to move the bar number engraver from score to staff > level, or is there another way ?
Try: \override Score.BarNumber.outside-staff-priority = #number1 \override Score.ChordName.outside-staff-priority = #number2 Where number2 is greater. Best, Jeffery -- Jeffery Shivers jefferyshivers.com soundcloud.com/jefferyshivers _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
