bug-lilypond
[Top][All Lists]
Advanced

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

Re: LSR snippet 903


From: Pierre Perol-Schneider
Subject: Re: LSR snippet 903
Date: Thu, 12 Jun 2014 15:05:55 +0200

2014-05-31 23:46 GMT+02:00 Thomas Morley <address@hidden>:


> Why do you write 'ly:clef::print'?
> Can't see any sense in it. Deleting it makes no difference.
>

Hi Harm,
I fixed all concerned snippets for a couple of days (see preveiw problems
here
http://lilypond.1069038.n5.nabble.com/No-LSR-preview-was-quot-More-questions-about-using-Lilypond-quot-td163235.html)
with one exception : http://lsr.di.unimi.it/LSR/Item?id=903 :
At the end of the code you'll see :

\override KeySignature.stencil = #(lambda (grob)

   (ly:stencil-translate-axis

    (ly:stencil-scale

     (ly:key-signature-interface::print grob) -1 1) 3 X))


deleting "ly:key-signature-interface::print grob" will create an error.

So I've finally found an interest for this code line at least for the key
signature. ;)

Cheers,

Pierre


reply via email to

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