On Mon, Nov 12, 2012 at 7:43 PM, Paul Scott <[email protected]> wrote: > 2.17.6 > > I found several threads about this but the discussion doesn't give me any > ideas > as to what to change. > > ../common22.ily:83:12: error: bad grob property path > \override > Staff #'fontSize = #-2
You need to use \set, not override (read about the difference in the documentation) \set Staff.fontSize = #-2 hth, Janek _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
