lilypond-user
[Top][All Lists]
Advanced

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

confusion in text spanning


From: Hugh Myers
Subject: confusion in text spanning
Date: Wed, 25 Nov 2009 16:39:08 -0700

This:

firstPolyRepeat = {
  << { r4 \startTextSpan \times 2/3 {gis'8 b e } e,4 \times 2/3 {gis8
b e} e,2 } \\ {e,2.~e} >>
}
secondMono = {
  { e'8 [e'] gis, [e'] b [e] }
  { e,8 [e'] gis, [e'] b [e] }
  { a,8 [e'] c [e] b [e] }
  { a,8 [e'] g, [e'] f, [e'] }
}
thirdMono = {
  { e,8 [e'] gis, [e'] b [e] }
  { d8 [e] c [e] b [e] }
  { c8 [e] a, [e'] b [e] }
  { c8 [e] b [e] a, [e'] }
  { b8 [e] a, [e'] g, [e'] }
  { a,8 [e'] g, [e'] f, [e'] }
  \stopTextSpan
  \chordDottedHalf
}

gets me:

C:\Users\hsmyers\Desktop\Lily Projects>lilypond.exe malaguena.ly
GNU LilyPond 2.13.7
Processing `malaguena.ly'
Parsing...
malaguena.ly:101:6: error: syntax error, unexpected EVENT_IDENTIFIER

      \stopTextSpan
malaguena.ly:78:0: error: errors found, ignoring music expression

{
error: failed files: "malaguena.ly"

So where do I place it? Bearing in mind that note-wise, both the start
and stop are correctly placed?

--hsm




reply via email to

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