Am 5. Mai 2017 20:52:35 MESZ schrieb Karlin High <[email protected]>: >On 5/5/2017 1:16 PM, Benjamin Strecker wrote: >> How would I go about globally reducing the size of the staccato dot? > >The solution is probably going to involve a \context { } block. Maybe >something like this: > >% BEGIN LILYPOND CODE >\version "2.19.59" > >\score { > c'4 -. > > \layout { > \context { > \Score > \override Script.font-size = #-2 > } > } >} >% END LILYPOND CODE
This does *not* cover the condition to leave *other* scripts untouched. Urs >-- >Karlin High >Missouri, USA > >_______________________________________________ >lilypond-user mailing list >[email protected] >https://lists.gnu.org/mailman/listinfo/lilypond-user _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
