Hello,
  I just completed an 8-minute orchestral piece for an activity. All
are ok, except the passage for trombone attached. This is part of the
second theme of sonata form, and the log file says there's an
unterminated tie. But the tie is in the same voice, with correct pitch
tied. I don't know whether the tie shows correctly in print, but why
Lilypond generates such a strange warning?

Regards
Haipeng
\version "2.18.2"

  trombones = \relative c' {
    \clef tenor \key f \minor \numericTimeSignature \time 6/4
  % rehearsal 8
    r2 r4 r <f g,>8-.->\f q-.-> q-.-> r |
    r2 r4 r8 <f g,>4-> q8-.-> q-.-> r |
    << { c2.\mf\< ~ c2 } \new Voice \voiceTwo { r4 g2 ~ g2 } >> \oneVoice <f' c>8-. q-.->\f |
    << { r f-. c-. g-. c-. r } \\ { r2 r4 } >> r2 r4 |
    \time 5/4
    r8 <d g,>4-> q-> q8-. q-. q-. <c g>-. q-. |
    r <c f,>4-> q-> <d f,>8-. <d g,>-. q-. <c g>4-. |
    R1*5/4 |
    r2 r8 <d a>-.-> q-.-> q-.-> <d g,>4-.-> |
  }

  \score {
      \new Staff = "trombones 1 & 2" {
          \set Staff.instrumentName = \markup { \center-column { "I" "Tromboni" "II" } }
          \set Staff.shortInstrumentName = \markup { \center-column { "I" "Trbn." "II" } }
      \trombones
      }
  \layout {}
  }
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to