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


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

Reply via email to