Your problem is, there is a setting somewhere that is set to #f instead of ##f.
So, check your file for #f. Change it to ##f.
For example:
Good - \once \override Score.timeSignature '#Stencil=##f
Bad - \once \override Score.timeSignature '#Stencil=#f

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to