"-Eluze" wrote in message
news:28325812.p...@talk.nabble.com...
the code
\version "2.13.18"
\layout {
\context {
\Staff
\override StringNumber #'stencil = ##f
} }
{ 8 }
produces the error: cannot align on self: empty element
however, the pdf is produced correctly.
adding
\override StringN
the code
\version "2.13.18"
\layout {
\context {
\Staff
\override StringNumber #'stencil = ##f
} }
{ 8 }
produces the error: cannot align on self: empty element
however, the pdf is produced correctly.
adding
\override StringNumber #'self-alignment-X = ##f
turns this error off.
s