lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 1367 in lilypond: Enhancement: NoteNames conte


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1367 in lilypond: Enhancement: NoteNames context should handle any note names language
Date: Mon, 13 Apr 2015 08:56:51 +0000

Updates:
        Labels: -Patch-new Patch-needs_work

Comment #19 on issue 1367 by address@hidden: Enhancement: NoteNames context should handle any note names language
https://code.google.com/p/lilypond/issues/detail?id=1367

Fails make check.

% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "/tmp/lilypond-autobuild/input/regression/note-names-custom.ly"
\sourcefileline 0
\version "2.19.18"

\header {
  texidoc = "The NoteNames context may be used
to print arbitrary user-defined names.
"
}

notes = \relative c' {
  c d e c
}
<<
  \new Staff \notes
  \context NoteNames {
    \set noteNameList = #'("la" "si" "do" "re" "mi" "fa" "sol")
    \notes
  }



% ****************************************************************
% end ly snippet


---

Processing `./bc/lily-00c33939.ly'
Parsing...
Renaming input to: `/tmp/lilypond-autobuild/input/regression/note-names-custom.ly'
Interpreting music...
warning: cannot find property type-check for `noteNameList' (translation-type?). perhaps a typing error?

Writing timing to bc/lily-00c33939.profile...
programming error: Parsed object should be dead: #<Prob: Stream_event C++: Stream_event((value la si do re mi fa sol) (symbol . noteNameList) (origin . #<location /tmp/lilypond-autobuild/input/regression/note-names-custom.ly:15:5>))((
class SetProperty StreamEvent)) >

continuing, cross fingers



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