lilypond-devel
[Top][All Lists]
Advanced

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

Re: Piano pedalling patch


From: Rune Zedeler
Subject: Re: Piano pedalling patch
Date: Fri, 15 Mar 2002 14:53:41 +0100 (MET)
User-agent: IMP/PHP IMAP webmail program 2.2.6

Citat Chris Jackson <address@hidden>:

> There's a couple of TODOs, regarding Rune's comments about pedals
> extending to the end of notes, and support for __| |__ or __| Ped. 
> instead of __/\__. 

It is quite easy to hack temporary solutions if you accepts small spacing bugs -
but ofcourse it should be implemented cleanly.


\score { \context Staff \notes \transpose c''' {
    \property Staff.SustainPedal \override #'pedal-type = #'mixed
    c1 c1\sustainDown
    c1*63/64\sustainUp \sustainDown
    s64\sustainUp % lift pedal just before note
    c1 \sustainDown
    c1\sustainUp c1 \bar "|."
  }
}



-Rune



reply via email to

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