lilypond-user
[Top][All Lists]
Advanced

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

Re: Sustain pedal cautionary after line break


From: Pierre Perol-Schneider
Subject: Re: Sustain pedal cautionary after line break
Date: Wed, 27 Jan 2016 22:43:35 +0100

Hi Kieren,

I do not understand how you reduce the ped. spanner with a markup:

\version "2.19.35"

\relative c'' {
  \set Staff.pedalSustainStyle = #'mixed
  c1\sustainOn \break
  c1 _\markup\concat { \musicglyph #"pedal.Ped" ". " } c1\sustainOff
}

Could you tell me a little more?
Cheers,
Pierre

2016-01-27 21:51 GMT+01:00 Kieren MacMillan <address@hidden>:
Hi Caio,

> I would like to add a cautionary indication that the sustain pedal should remain pressed after a line break, so in the code below ideally there would be a (Ped.) in the second line. Any suggestions?

1. Wait for the feature to be implemented — it’s being discussed/considered at the moment.

2. Add a markup. (This is what I do right now.) It’s awkward, and fragile (i.e., if the layout changes, you need to move the markup manually), but it works.

Hope this helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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