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 18:24:54 +0100

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       
    } 
  }

}

 

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

Paolo,

 

Put the \sustainOff outside of the tuplet { } and put it on the next pitch.

 

Mark

 



reply via email to

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