lilypond-user
[Top][All Lists]
Advanced

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

Re: hard glissando


From: Thomas Morley
Subject: Re: hard glissando
Date: Tue, 7 Feb 2012 02:20:25 +0100

2012/2/6 me <address@hidden>:
> On Mon, Feb 6, 2012 at 12:40 PM, lily-user <address@hidden> wrote:
>>
>> How do I do notate a harp glissando like the one in the attached image?
>> http://old.nabble.com/file/p33274457/HarpGliss.png HarpGliss.png
>> Thanks.
>
> In 2.14.2:
>
> \new PianoStaff <<
>  \new Staff = "right" {
>    \clef treble
>    e'''8\glissando s s4
>    \change Staff = "left"
>    \override NoteHead #'transparent = ##t
>    \override NoteHead #'no-ledgers = ##t
>    f,8\glissando s s4 |
>    \change Staff = "right" e'''8
>  }
>  \new Staff = "left" {
>    \clef bass
>    s1
>  }
>>>
>
> To go back to normal noteheads, use:
>
> \override NoteHead #'transparent = ##f
> \override NoteHead #'no-ledgers = ##f
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

Based upon the work of me :) I come up with the attached file.
Thanks again to David Nalesnik and his great centering functions.

Tested with 2.14.2.
Testing with 2.15.24 gives a very bad output, I'm going to make
bug-report about it.

Cheers,
  Harm

Attachment: gliss-text-02.ly
Description: Text Data

Attachment: gliss-text-02.png
Description: PNG image


reply via email to

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