David Kastrup <d...@gnu.org> wrote:
>
> Ivan Kuznetsov <ivan.k.kuznet...@gmail.com> writes:
>>
>> Is the only solution to define the problem measure as
>> a macro (themusic) and then insert that
>> macro at the appropriate place in the score?
>
> Good grief, no.  A macro is completely equivalent to having the text
> inserted at that place.

Well, when I try to insert your text into
the snippet without using a macro, I
get the same "unterminated crescendo" error.

Perhaps you can point out when I did wrong
below?  Thanks again.

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

\score {

   \new Staff = "guitar"
   {
     #(set-accidental-style 'neo-modern)
     \numericTimeSignature
     \clef "treble_8"

  \voices "main",2
  <<
    { \voiceOne <a d'>8[ <bf df'>8]\< \oneVoice }
    \\
    { f,4 }
  >>
  <ef b  fs'>8
  <d  bf g'>8\f
  \times 2/3 { af'16\ff ef'16 c16 }
  <e, b g'>4.

   }

} % \score

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

Reply via email to