Thomas Morley <[email protected]> writes: > 2013/9/2 Eluze <[email protected]>: >> >> Am 02.09.2013 12:15, schrieb Tommaso Gordini: >> >>> Hello to all, >>> to complete my book I'm missing one last thing: I have to reproduce the >>> two >>> bars of music that I attach to my message (they are the ones framed in >>> red). I tried to write that particular Glissando you see, with little >>> >> maybe this snippet will be of help: http://lsr.dsi.unimi.it/LSR/Item?id=193 >> >> Eluze > > > This snippet uses: > > \once \override TupletBracket #'number-visibility = ##f > > I really don't know with which version this was valid code.
According to python/convertrules.py, it became obsolete in 2.7.24. The rule apparently was added in 2005. > It gives no warning with versions 2.12.3 up to 2.16.2. > Therefore it didn't pop up during last LSR-upgrade. > Because of a patch by David K in 2.17. it is now detectable, can't > find the issue right know, though. commit 462cef0beb326dea3878456fda920592bab3d126 Author: David Kastrup <[email protected]> Date: Fri Jul 12 15:03:08 2013 +0200 Issue 3444: No warning for misspelled properties This makes sure that properties are checked to be assignable even when assigning #f or '() to them. 2.17.23 > I'm going to change that snippet, replacing said line with: > > \once \override TupletNumber #'stencil = ##f Should be par for the course. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
