lilypond-user
[Top][All Lists]
Advanced

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

Pedal style doesn't seem to work


From: Peter Toye
Subject: Pedal style doesn't seem to work
Date: Tue, 7 Feb 2017 11:52:48 +0000

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:address@hidden
www.ptoye.com
reply via email to

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