On Tue, Oct 10, 2017 at 4:08 PM, Ryan Michael <[email protected]> wrote: > Ah okay so I need to do " system-system-spacing.basic-distance = #8" where > do I put it in my score? > Ryan.
You will get better help if Tiny Examples are provided. http://lilypond.org/tiny-examples.html Maybe something like this? % BEGIN LILYPOND CODE \version "2.19.62" \paper { system-system-spacing.basic-distance = #5 } \repeat unfold 48 { c' } % END LILYPOND CODE -- Karlin High Missouri, USA _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
