Comment #1 on issue 4064 by tdanielsmusic: Bad example for \notemode in Documentation/notation/changing-defaults.itely
http://code.google.com/p/lilypond/issues/detail?id=4064


The information was correct when I wrote it and it continued to
be correct until at least Release 2.14, as the example definitely
fails without \notemode in the last version of Release 11
and the last version of Release 13:

\version "2.10.33"
test5.ly:2688:16: error: syntax error, unexpected LYRIC_MARKUP
  \set stanza =
                \markup{ \dynamic f 1. }
test5.ly:2678:0: error: errors found, ignoring music expression

\version "2.11.65"
test5.ly:2688:16: error: syntax error, unexpected LYRIC_MARKUP
  \set stanza =
                \markup{ \dynamic f 1. }
test5.ly:2678:0: error: errors found, ignoring music expression
\version "2.11.65"

\version "2.13.60"
test5.ly:2688:16: error: syntax error, unexpected LYRIC_MARKUP
  \set stanza =
                \markup{ \dynamic f 1. }
test5.ly:2678:0: error: errors found, ignoring music expression

It also fails in all these releases with \set Lyrics . stanza
so that would have been no help.

It began working without \notemode sometime through the development
of Release 15.  I don't know precisely when, but possibly with
commit 31f966aeebd6a0fd0a97d78634baa922a6c65c11
  parser.yy: Fixes and amendments with regard to lyrics.
  Author: David Kastrup <[email protected]>  2011-12-07 16:26:25

However, the example is clearly misleading now and it should
be removed unless a convincing and correct example requiring
\notemode can be found to replace it.

Trevor


--
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