lilypond-user
[Top][All Lists]
Advanced

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

Re: Unterminated Crescendo Issue


From: Ivan Kuznetsov
Subject: Re: Unterminated Crescendo Issue
Date: Mon, 28 Aug 2017 13:56:23 -0500

David Kastrup <address@hidden> wrote:
>
> Ivan Kuznetsov <address@hidden> 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



reply via email to

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