lilypond-user
[Top][All Lists]
Advanced

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

Re: Pedal style doesn't seem to work


From: Mark Knoop
Subject: Re: Pedal style doesn't seem to work
Date: Tue, 7 Feb 2017 12:01:40 +0000

At 11:52 on 07 Feb 2017, Peter Toye wrote:
>Wanting to use bracket style pedals. The snippet below gives me 19-th
>century style "Ped" mark. What am I doing wrong please?

A Dynamics context is not a Staff context. See below...

>\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
      % use Dynamics
      \set Dynamics.pedalSustainStyle = #'bracket
      % or specify no context
      \set pedalSustainStyle = #'bracket
>      s1\sustainOn
>      s1\sustainOff\sustainOn
>      s1\sustainOff
>    }
>
>  >>
>}

--
Mark Knoop



reply via email to

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