Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3681 by [email protected]: convert-ly doesn't handle \tweak syntax change
http://code.google.com/p/lilypond/issues/detail?id=3681

\version "2.17.6"

\markup \justify {
  There was a syntax change in "\tweak" command somewhere
  after 2.17.3, and since version 2.17.6 this gives an
  \typewriter "error: bad grob property path (foo)"
  and the lyric disappears.
  What's wrong is that convert-ly fails to update this
  snippet to correct syntax (which is
  \typewriter "\\tweak X-offset #2 LyricText foo" )
}


{ c'1 }
\addlyrics {
  \tweak #'X-offset #2 foo
}


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to