lilypond-user
[Top][All Lists]
Advanced

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

Re: Create different pdf layers


From: Jan-Peter Voigt
Subject: Re: Create different pdf layers
Date: Thu, 01 Aug 2013 15:09:16 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

Am 01.08.2013 15:01, schrieb Urs Liska:
I could imagine declaring a specific lilypond layer as a pdf layer at the top 
of the file and later look for elements of this layer.
That way I would be responsible myself and by default there wouldn't be any 
matching inconcistencies.
Something like

#(set-pdf-layer "annotations" 57)
#(set-pdf-layer "control-points" 58)
or you might have layer boundaries:
#(set-pdf-layers '(-3 0 3 7) '("cellar" "normal" "upper" "control-points" "annotations")
meaning that layers
<= -3 -> cellar
<= 0 -> normal
<= 3 -> upper
<= 7 -> control-points
> 7 -> annotations

but looking at this ... I think this not explanable ... its not a good idea ;)

JP




reply via email to

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