lilypond-user
[Top][All Lists]
Advanced

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

Re: hard glissando


From: me
Subject: Re: hard glissando
Date: Mon, 6 Feb 2012 13:29:29 -0800

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



reply via email to

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