David Kastrup <[email protected]> wrote:
>
> Ivan Kuznetsov <[email protected]> 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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user