lilypond-user
[Top][All Lists]
Advanced

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

tagging...


From: D Josiah Boothby
Subject: tagging...
Date: Thu, 11 Nov 2004 17:50:39 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5

hello list,

trying to figure out how to use \tag, but i get a long string of error messages beginning with
error: syntax error, unexpected TAG:
   \ta
      g #'first-time <<

what i've got so far is something like this:

\version "2.2.6"

Sample = \notes {
   \times 2/4
   << { \repeat unfold 2 { c4 c } }
      { s2^\markup{
          \column <
              {Top line of text}
{\large\bold{tempo marking text} (\small\note #"8" #0.9 = 112)}
            \tag #'first-time <<
{ (ouvert) } >> % yes, this should be "ouvert" in parentheses
            \tag #'second-time <<
               { } >> % I don't want text here the second time through
          }
      }
    }
  >>
}

-josiah




reply via email to

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