lilypond-user
[Top][All Lists]
Advanced

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

svg output - note/rest grouping


From: Bric
Subject: svg output - note/rest grouping
Date: Sun, 16 Feb 2020 16:17:00 -0500 (EST)

Hello

There's been discussion about this over the last few years; however, i'm not 
sure if this particular feature has been requested before

How easy would it be to modify the generated SVG document, such that every note 
and rest be encapsulated in its own markup group:

<g id=note342.... >
  <path ... defining note head>
  <rec ... defining stem>
  <whatever else might constitute a note>
</g>  

and 

<g id=rest51 ...>
   <path ... defining rest>
</g> 


(perhaps also opt out of hyperlinks, and stuff like that - though that's lower 
priority for me)



reply via email to

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