Greetings,

I think this works!  :)

The ledger lines appear to be thicker than the lines in the Staff :(

Regards
Bill

\version "2.14.2"
 \score
    { \new Staff \with {
        \remove Bar_engraver
        firstClef = ##f
        }
         {
%% I'm looking for a way to hide the noteheads, but still show the ledger lines.
%%uncommenting the command below will erase both notes and ledger lines
          %\override NoteHead #'stencil = #point-stencil
          \override Stem #'transparent = ##t

%+++++
    \override NoteHead #'transparent = ##t
%+++++
          a''4  c''' c' a
         }
        \layout {
         indent = 0\in
         ragged-right = ##t
         }
     }

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to