Hello,
I'm working on a violin part score, and I want to make thinner ledger lines 
just for cue notes. I've tried using ledger-line-thickness but it seems 
that will affect the whole staff and normal size notes. Are there any other 
solutions for this?


Here's the code of working example:


\version "2.24.1"
\score {
\relative c'' {
\time 2/2 
<<{
r2
\override Stem.direction = #down
b'4. b8
&nbsp; &nbsp;}
\\
\new CueVoice {
&nbsp; &nbsp; g,8 e b e&nbsp;
&nbsp; &nbsp; }
&gt;&gt;
&nbsp; }
}

Reply via email to