lilypond-user
[Top][All Lists]
Advanced

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

Re: SustainPedal on shifted notes (possible bug?)


From: paolo prete
Subject: Re: SustainPedal on shifted notes (possible bug?)
Date: Sat, 24 Mar 2018 19:07:03 +0100

Mark,

unfortunately, using \new Dynamics for the pedal line doesn't seem to solve the issue...

2018-03-24 18:37 GMT+01:00 Mark Stephen Mrotek <address@hidden>:

Paolo,

 

It is possible to input pedal markings with \new Dynamics. This is what I do for my piano scores.

I am trying to see how it would work with you example.

 

Mark

 

From: paolo prete [mailto:address@hiddencom]
Sent: Saturday, March 24, 2018 10:25 AM
To: Mark Stephen Mrotek <address@hidden>
Cc: lilypond-user Mailinglist <address@hidden>
Subject: Re: SustainPedal on shifted notes (possible bug?)

 

Sorry to insist: there's no way to put the end of the bracket at the wanted note.

In the snippet below, I want to end the bracket at the note " f' "

Is this a bug?

 

%%%%%%%%%%%%%%%%%%%%%%%%%%

 

\score { 

 

  {     

    c'\sustainOn  c'  \once \override NoteColumn #'X-offset = 10 f'\sustainOff

    r4\break

    

    c'\sustainOn  c'  \once \override NoteColumn #'X-offset = 10 f' 

    r4\sustainOff

  }

 

  \layout { 

    \context { 

      \Score      

      pedalSustainStyle = #'mixed       

    } 

  }

 

}

 


reply via email to

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