lilypond-user
[Top][All Lists]
Advanced

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

Re: sustain pedal


From: Kieren MacMillan
Subject: Re: sustain pedal
Date: Thu, 6 Oct 2016 10:48:08 -0400

Hi Daniel,

I would suggest using a second/hidden voice with skips for the pedalling 
instructions:

\version "2.18.2"

\paper { ragged-right = ##f }

\relative c {
  \set Staff.pedalSustainStyle = #'mixed
  \time 6/8
  \clef bass
  <<
    <a e' a>2.\fermata
    \new Voice { s4\sustainOn s\sustainOff\sustainOn s\sustainOff }
  >>
}

Hope this helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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