I think I got it. It's a bit of an ugly code, but works.
\version "2.19.35"
\relative c' {
\override NoteHead.stencil = #ly:text-interface::print
\override NoteHead.text = \markup { \null }
\override NoteHead.stem-attachment = #'(0 . 0)
\override Glissando.thickness = #5
\override Glissando.bound-details.left.padding = #0
\override Glissando.bound-details.right.padding = #0
e8[\glissando g\glissando b\glissando g\glissando e\glissando
d'\glissando e,]
}
On 27-01-2016 15:37, Caio Giovaneti de Barros wrote:
I'm trying to draw a suggestion for glissando in changing directions.
The ideal notation would be beamed stems without note heads connected
by glissandi. Here's what I got so far:
\version "2.19.35"
\relative c' {
\override NoteHead.stem-attachment = #'(0 . 0)
\hide NoteHead
\override Glissando.thickness = #5
\override Glissando.bound-details.left.padding = #-1
\override Glissando.bound-details.right.padding = #-1
e8[\glissando g\glissando b\glissando g\glissando e\glissando
d'\glissando e,]
}
but is not looking very good... any suggestions?
Caio
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user