lilypond-user
[Top][All Lists]
Advanced

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

Pitched Trill: two notes on the same parenthesis


From: Stefano Troncaro
Subject: Pitched Trill: two notes on the same parenthesis
Date: Thu, 16 May 2019 00:22:05 -0300

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?

Attachment: double pitched trill.png
Description: PNG image


reply via email to

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