lilypond-user
[Top][All Lists]
Advanced

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

Re: Modify sustain pedal marks


From: Ben
Subject: Re: Modify sustain pedal marks
Date: Thu, 7 Feb 2019 16:24:06 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0

On 2/7/2019 4:01 PM, Aaron Hill wrote:
On 2019-02-07 12:50 pm, Ben wrote:
Is it possible to modify the sustain pedal marking by only using the
stylized "P" instead of "Ped"? I noticed this in the Bartok Piano
Concerto #3 (condensed score) and was curious if this is something
LilyPond can do. Thanks for any feedback! (see attached)

\version "2.19.82"
{
  c''4\sustainOn g' c'2\sustainOff
  c''4\sustainOn g' c'2\sustainOff
  c''4\sustainOn g' c'2\sustainOff
  c''4\sustainOn g' c'2\sustainOff
 }

\paper {
  ragged-right = ##f
}

%%%%
\version "2.19.82"
\new Staff \with { pedalSustainStrings = #'("P." "*P." "*") }
{
  c''4\sustainOn g' c'2\sustainOff
  c''4\sustainOn g' c'2\sustainOff
  c''4\sustainOn g' c'2\sustainOff
  c''4\sustainOn g' c'2\sustainOff
 }

\paper {
  ragged-right = ##f
}
%%%%

-- Aaron Hill

Aaron,

This is perfect. Thank you!


reply via email to

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