lilypond-user
[Top][All Lists]
Advanced

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

Re: changing PianoPedalBracket-style


From: Dieter Grollmann
Subject: Re: changing PianoPedalBracket-style
Date: Mon, 25 Jul 2011 18:18:44 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hello Thomas

Stefan Thomas schrieb:

> Dear community,
> I've changed the PianoPedalBracket-style.
> It works fine, but the end of the pedal-line isn't convincing for me.
> Is there a way to change it?
> 
> \version "2.14.1"
> 
> right = {  c'1 }
> left = { \clef bass

either this:

>   \override Staff.PianoPedalBracket #'style = #'zigzag %works fine, only the
> ending isn't nice

or this:

>   \override PianoStaff.PianoPedalBracket #'style = #'bracket \set


> PianoStaff.pedalSustainStyle = #'mixed

Try this (simply removes the ending):

\override Staff.PianoPedalBracket #'edge-height = #'(1.0 . 0)

>   \clef bass   c16->\sustainOn r16 r8  r4 r2 \sustainOff
> }
> 
> \score {
>   \new PianoStaff
>   << \new Staff  \right
>     \new Staff \left >>
> }

Dieter



reply via email to

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