Wanting to use bracket style pedals. The snippet below gives me 19-th century 
style "Ped" mark. What am I doing wrong please?

\version "2.19.52"

\language "english"

\score {
  <<
    \new Staff {
      \clef "treble"
      \relative {
        c''4 d e f | g f e d | c d e f
      }
    }

    \new Dynamics {
      \set Staff.pedalSustainStyle = #'bracket      
      s1\sustainOn
      s1\sustainOff\sustainOn
      s1\sustainOff     
    }

  >>
}

 
Thanks in advance,

Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to