Hi Ryan, >> I simply want to increase the vertical space between the ottava in the other >> elements. How do I accomplish this? > \override Staff.OttavaBracket.extra-offset = #'(0 . 2)
I always reserve extra-offset for the very last resort, because it doesn’t interact with the spacing algorithms (i.e., it moves grobs after all the automagic spacing is already done). In this case, one way to do that would be to use \override Staff.OttavaBracket.staff-padding = #3 instead of the extra-offset tweak suggested above. Hope that helps! Kieren. ________________________________ Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: [email protected] _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
