Hi,
I'm trying to get a red dot placed before each note. I have tried using
\tweak and
\set fingeringOrientations = #'(left)
\finger \markup \with-color "#FF0000" "."
But nothing seems to give the desired results.
The below image is what I'm trying to get.
\version "2.22.0" \include "english.ly" \header { tagline = "" } \score
{\new Staff \with {\remove "Time_signature_engraver" } {\set
Staff.midiInstrument = #"Acoustic Grand Piano" \key c \major \time 5/1
\clef treble c'1 d' e' f' g' \bar "||"} \layout { } \midi { \tempo 4 =
168}}
Thanks for all the help,
Raj