lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: attach glissandi to stems instead of noteheads


From: Caio Giovaneti de Barros
Subject: Re: attach glissandi to stems instead of noteheads
Date: Wed, 27 Jan 2016 16:12:43 -0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]