Drawing circles around various objects: Difference between revisions

m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series
Replace fingering number fake with a normal markup
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
The <code>\circle</code> markup command draws circles around various objects, for example fingering indications. For other objects, specific tweaks may be required: this example demonstrates two strategies for rehearsal marks and measure numbers.
The <code>\circle</code> command draws circles around <code>\markup</code> objects. For other objects, specific tweaks may be required, as demonstrated for rehearsal marks and measure numbers.


<lilypond version="2.24">
<lilypond version="2.24">
Line 11: Line 11:
   c2 d^\markup {
   c2 d^\markup {
     \override #'(thickness . 3) {
     \override #'(thickness . 3) {
       \circle \finger 2
       \circle foo
     }
     }
   }
   }
Line 21: Line 21:


[[Category:Editorial annotations]]
[[Category:Editorial annotations]]
[[Category:Scheme]]
[[Category:Tweaks and overrides]]
[[Category:Tweaks and overrides]]
[[Category:Scheme]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]