Hello all:

I don't understand why I am getting the error:

 warning: unterminated crescendo
 \new Voice {\voiceTwo r8 d8 bf8  r8   a8
                                        \<  cs8 }

as both the crescendo start and end points (\< and \f) are
in \voiceTwo.

I am implementing one of the solutions I received from
my "Unterminated Crescendo Issue" thread on August 28
(https://www.mail-archive.com/lilypond-user@gnu.org/msg122126.html)
though it does not work here.

Thank you for your help.


\version "2.19.65"
\include "english.ly"


\score {

   \new Staff = "guitar"
   {
     \clef "treble_8"
\time 6/8

<<
{\voiceOne  f'!4.    fs'4.        }
\new Voice {\voiceTwo r8 d8 bf8  r8   a8\<  cs8 }
>>
\oneVoice
|

\time 3/4

<<
{\voiceOne  r4.   g'8 b4 }
\new Voice {\voiceTwo <e, gs>2.\f   }
>>
\oneVoice

   }


  \layout {
    \context {
     \Score
      proportionalNotationDuration = #(ly:make-moment 1/16)
    }
  }

}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to