Hello everyone, is there a way to have two notes one the same parenthesis
in a pitched tril?

See the example:

\version "2.19.83"
\language "english"

\score {
  \new Staff <<
    \new Voice \relative {
      \voiceOne
      \pitchedTrill bf'2\startTrillSpan cf a\stopTrillSpan }
    \new Voice \relative {
      \voiceOne
      \pitchedTrill g'2\startTrillSpan af fs\stopTrillSpan }
  >>
}

\score {
  \new Staff <<
    \new Voice \relative {
      \voiceOne
      \pitchedTrill bf'2\startTrillSpan <cf af> a\stopTrillSpan }
    \new Voice \relative {
      \voiceOne
      g'2\startTrillSpan fs\stopTrillSpan }
  >>
}

On the first score the two notes are present but each has its own
parenthesis. On the second score only one note is printed.
Is there a way achieve this?
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to