Drawing circles around note heads: Difference between revisions

Use `\tweak`
other notes without circle
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


<lilypond version="2.24">
<lilypond version="2.24">
% LSR contributed by Valentin
% LSR originally contributed by Valentin
% LSR http://lists.gnu.org/archive/html/lilypond-user/2010-10/msg00523.html
% LSR http://lists.gnu.org/archive/html/lilypond-user/2010-10/msg00523.html


Line 16: Line 16:
   \etc
   \etc


{ \circle c'' }
{ a' b' \circle c'' d'' }
</lilypond>
</lilypond>