lilypond-user
[Top][All Lists]
Advanced

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

Re: Modify sustain pedal marks


From: Aaron Hill
Subject: Re: Modify sustain pedal marks
Date: Thu, 07 Feb 2019 13:01:56 -0800
User-agent: Roundcube Webmail/1.3.8

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



reply via email to

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