lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3117 in lilypond: Markup/string identifiers in


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3117 in lilypond: Markup/string identifiers in lyrics cause an error
Date: Thu, 28 Mar 2013 22:29:51 +0000

Updates:
        Labels: -Patch-new Patch-needs_work

Comment #4 on issue 3117 by address@hidden: 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



reply via email to

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