Whatang / DrumBurp

A simple drum tab editor, designed to make it quick and easy to enter drum tabs.
http://whatang.org/
GNU General Public License v3.0
45 stars 13 forks source link

Allow user to set lilypond global font size #245

Closed Whatang closed 12 years ago

Whatang commented 12 years ago

Lilypond export doesn't give the user any control over the size of the resulting export. If the user needs to fit the score onto fewer pages the staff size can be set smaller

\layout {

(layout-set-staff-size 16)

}

The default staff size is 20 points.