On Mon, Feb 6, 2012 at 12:40 PM, lily-user <qroup...@gmail.com> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to