lilypond-user
[Top][All Lists]
Advanced

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

SVG output - Group multiple grobs together


From: James Opstad
Subject: SVG output - Group multiple grobs together
Date: Wed, 10 Jan 2018 11:51:20 +0000

Hello,


I have been experimenting with the new output-attributes grob property for SVG output. For example, the following code creates a group with id="noteC" around the C notehead.


\version "2.19.80"
\pointAndClickOff
\relative c' {
  \once \override NoteHead.output-attributes = #'((id . noteC))
  c4 d e f |
}

How would I include multiple grobs within the same group e.g. all the grobs associated with a single note (NoteHead, Stem, Accidental etc.)?


Thanks,

James


reply via email to

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