Hi LP team,
I am working on automating editorial commands with ScholarLY, and I am
having some trouble pulling a music function that is stored in a hash
table. If I make a table and assign a key 'Slur to slurDashed, I can use it
successfully in the following example:
#(define mytable (make-hash-t
Phil,
On 08/07/16 13:10, Federico Bruni wrote:
Il giorno ven 8 lug 2016 alle 13:44, Phil Holmes
ha scritto:
sudo apt-get build-dep lilypond
Did this, thanks, and now have the following problems.
Problem 1:
phil@ubuntu12:~/lilypond-git$ sh autogen.sh --noconfigure
processing .
Running autoc
Jeffery Shivers writes:
> Hi LP team,
>
> I am working on automating editorial commands with ScholarLY, and I am
> having some trouble pulling a music function that is stored in a hash
> table. If I make a table and assign a key 'Slur to slurDashed, I can use it
> successfully in the following ex
Out off
https://lists.gnu.org/archive/html/lilypond-user/2016-07/msg00166.html
where Andrew wrote: "On this topic, can we add ‘engraver’ as
pdfengraver to have it in the custom PDF fields?" I tried to set
arbitrary pdf-meta-data from inside the .ly-file.
The code below is _not_ ready to use, just
Am 09.07.2016 um 10:37 schrieb Jeffery Shivers:
> #(define mytable (make-hash-table))
>
> #(hash-set! mytable 'Slur slurDashed)
>
Just a thought thrown in (as said I'm basically not available until
Monday evening/Tuesday):
I strongly suggest to use the openLilyLib option handling infrastructure
Just hit on
https://www.gnu.org/software/lilypond/src/LilyPond/Background/testimonials.html>
during some web search, so it's likely something still links there.
Also going up the directories and following intermediate links hands out
a few more endearingly ancient scraps of web data.
Do we have a
LGTM
Trevor
https://codereview.appspot.com/304810043/
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
- Original Message -
From: "David Kastrup"
To:
Sent: Saturday, July 09, 2016 2:11 PM
Subject: Old website remnants?
Just hit on
https://www.gnu.org/software/lilypond/src/LilyPond/Background/testimonials.html>
during some web search, so it's likely something still links there.
Also g
David, thanks for your response.
> #(define mytable (make-hash-table))
> >
> > #(hash-set! mytable 'Slur slurDashed)
> >
> >
> > \score {
> >
> > \new Staff {
> >
> > #(let ((func (hash-ref mytable 'Slur)))
> >
> > #{
> >
> > #func f'( g')
> >
> >
Jeffery Shivers writes:
> David, thanks for your response.
>
>> #(define mytable (make-hash-table))
>> >
>> > #(hash-set! mytable 'Slur slurDashed)
>> >
>> >
>> > \score {
>> >
>> > \new Staff {
>> >
>> > #(let ((func (hash-ref mytable 'Slur)))
>> >
>> > #{
>> >
>> >
No valen berga
https://codereview.appspot.com/300620043/
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
>
> So you now state that the predicate is
> "symbol-list-or-music?" and a symbol does _not_, I repeat _not_ satisfy
> that predicate. So it is more than likely that you are _not_ looking at
> 'Slur here but rather at '(Slur), namely indeed a symbol _list_.
No, I had already accounted for that.
12 matches
Mail list logo