Hi Lukas,
Thanks for your help, this really worked and also thanks for the other
recommendations.
On 11/17/2022 11:55 PM, Lukas-Fabian Moser wrote:
Hi Raj,
probably easiest:
\version "2.22.0"
\language english
\header {
tagline = ##f
}
\score {
\new Staff \with { \omit TimeSignature } {
\set Staff.midiInstrument = "Acoustic Grand Piano"
\key c \major
\time 5/1
\clef bass
\hideNotes
\undo \hide Accidental % <-----------
f1 g a bf c' \bar "||"
}
\layout {
\context {
\Score
proportionalNotationDuration = #(ly:make-moment 1/2)
}
}
\midi { \tempo 1 = 72}
}
I also took the liberty of making some other changes I would recommend.
Lukas