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 <carsonm...@ca.rr.com>:
>
>> Paolo,
>>
>>
>>
>> Put the \sustainOff outside of the tuplet { } and put it on the next
>> pitch.
>>
>>
>>
>> Mark
>>
>>
>>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to