Hi
I am transcribing some music which contains the following. My question is:
How do I make the red note show as a quaver?
Thanks in advance
Paul McKay

% ----- Start MWE
\version "2.26.0"
\language "english"

\header {    title = "MWE" }
prepStaff = { \key g \major \time 2/4 }
tenor = \relative c' { r8 e <ef cf>4 }

bass = \relative c' {
    c4( \once \hideNotes cf8)
        \tweak NoteHead.color "red" f,8
    | bf, bf,
}

\score {
    \new PianoStaff  <<
        \new Staff = "left"
            { \clef bass \prepStaff << \tenor \\ \bass >> }
    >>
    \layout { }
}
% ----- End MWE

Reply via email to