lilypond-user
[Top][All Lists]
Advanced

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

Re: Show Ledger Lines for Hidden Notes


From: Bill Mooney
Subject: Re: Show Ledger Lines for Hidden Notes
Date: Tue, 27 Sep 2011 20:10:05 +1300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13

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
         }
     }



reply via email to

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