Hi Phil,

2012/2/27 Phil Holmes <m...@philholmes.net>:
> ----- Original Message ----- From: "Thomas Morley"
> <thomasmorle...@googlemail.com>
> To: "Phil Holmes" <m...@philholmes.net>
> Cc: "lilypond-user" <lilypond-user@gnu.org>
> Sent: Sunday, February 26, 2012 10:30 PM
> Subject: Re: LSR updates: was: polychords: a working solution
>
>
>
> Hi Phil,
>
> this step from CG 7.7 Updating LSR to a new version
> "2. Copy relevant snippets (i.e., snippets whose version is equal to
> or less than the new version of LilyPond) from
> ‘Documentation/snippets/new/’ into the tarball."
> is outstanding.
> I don't know how to extract them other than manually and this would be
> worse. How to do?
>
> Best,
>  Harm
>
> ==============================================
>
> Have you got them from the source tarball?
>
>
> --
> Phil Holmes
>
>
>

got them. (Please hold in mind that I don't compile lilypond myself,
so I had to look around. Found it on
http://lilypond.org/development.html - Source:
lilypond-2.15.30.tar.gz. Might be worth a new doc-addition)

But there is a not compiling file in it!

woodwind-diagrams-key-lists.ly gives:

woodwind-diagrams-key-lists.ly:16:1: error: GUILE signaled an error
for the expression beginning here
#
 (print-keys-verbose 'piccolo (current-error-port))
Wrong number of arguments to #<procedure print-keys-verbose (instrument)>
etc.

Well, the description says: "The list will be displayed
in the log file, but not in the music.  If output to the console
is wanted, omit the @code{(current-error-port)} from the commands."
and it works when omitting (current-error-port) but I don't know what
to do else!

File attached.


Cheers,
  Harm
\version "2.14.0"

\header {
  lsrtags = "winds"

  texidoc="
The snippet below produces a list of all possible keys and key
settings for woodwind diagrams as defined in
@file{scm/define-woodwind-diagrams.scm}.  The list will be displayed
in the log file, but not in the music.  If output to the console
is wanted, omit the @code{(current-error-port)} from the commands.
"
  doctitle = "Woodwind diagrams key lists"
}

#(print-keys-verbose 'piccolo (current-error-port))
#(print-keys-verbose 'flute (current-error-port))
#(print-keys-verbose 'flute-b-extension (current-error-port))
#(print-keys-verbose 'tin-whistle (current-error-port))
#(print-keys-verbose 'oboe (current-error-port))
#(print-keys-verbose 'clarinet (current-error-port))
#(print-keys-verbose 'bass-clarinet (current-error-port))
#(print-keys-verbose 'low-bass-clarinet (current-error-port))
#(print-keys-verbose 'saxophone (current-error-port))
#(print-keys-verbose 'soprano-saxophone (current-error-port))
#(print-keys-verbose 'alto-saxophone (current-error-port))
#(print-keys-verbose 'tenor-saxophone (current-error-port))
#(print-keys-verbose 'baritone-saxophone (current-error-port))
#(print-keys-verbose 'bassoon (current-error-port))
#(print-keys-verbose 'contrabassoon (current-error-port))

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to