Jens Haug wrote: > What can I be doing wrong?
Nothing. I just forgot to test my klkudge against 1.6 :-) Try this instead. Notice that this is temporary. What we really need is to get script-horizontal working! -Rune
\score {
\context Voice \notes \transpose c''' {
c4*1/2 \glissando
\once \property Voice.NoteHead \override #'transparent = ##t
c,1*1/8
c4 c
}
\paper { linewidth = -1 }
}
