lilypond-user
[Top][All Lists]
Advanced

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

Re: Hide Notes but display Accidental


From: Rajesh Baskar
Subject: Re: Hide Notes but display Accidental
Date: Fri, 18 Nov 2022 10:43:41 -0800
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0

Thanks that worked like a charm.

On 11/17/2022 11:02 PM, Rip _Mus wrote:
\version "2.22.0"
\include "english.ly"

newHideNotes = {
\override NoteHead.transparent = ##t
\override NoteHead.no-ledgers = ##t %optional
\override Stem.transparent = ##t
}

\header { tagline = "" }
\score {
\new Staff
\with {\remove "Time_signature_engraver" }
{
\set Staff.midiInstrument = #"Acoustic Grand Piano"

\key c \major \time 5/1 \clef bass

\newHideNotes

f1 g a bf c' \bar "||"}

\layout { 
\context { 
\Score proportionalNotationDuration = #(ly:make-moment 1/2) 
}
 }
\midi { \tempo 1 = 72}
}

reply via email to

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