Updates:
Labels: -Patch-new Patch-needs_work
Comment #4 on issue 3117 by [email protected]: Markup/string identifiers in
lyrics cause an error
http://code.google.com/p/lilypond/issues/detail?id=3117
Fails make check.. seems to be on this ly file
--snip--
% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "/tmp/lilypond-autobuild/input/regression/note-names.ly"
\sourcefileline 0
\version "2.16.0"
\header {
texidoc = "Various languages are supported for note names input.
Selecting another language within a music expression is possible,
and doesn't break point-and-click abilities.
"
}
%% Old syntax.
\include "english.ly"
\relative c'' {
g4 bf d c
%% Manual override of the pitchnames variable
%% and the parser note names:
#(begin
(set! pitchnames (ly:assoc-get 'nederlands language-pitch-names))
(ly:parser-set-note-names parser pitchnames))
bes4 a g fis
%% The \language command acts in the same way:
\language "italiano"
sol4 fa mib re
}
% ****************************************************************
% end ly snippet
% ****************************************************************
--
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