lilypond-user
[Top][All Lists]
Advanced

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

Red dot before all notes


From: Rajesh Baskar
Subject: Red dot before all notes
Date: Thu, 17 Feb 2022 10:21:13 -0800
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0

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





reply via email to

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