----- Original Message -----
From: "Eluze" <elu...@gmail.com>
To: <lilypond-user@gnu.org>
Sent: Friday, March 29, 2013 3:13 PM
Subject: Re: Hiding staff lines without barlines hiding
Anna Choma wrote
Hello
How can I hide staff lines without hiding barlines? The \stopStaff
command
hids barlines either.
Removing "Staff_symbol_engraver" does the same.
depending what you for!
try (version 2.17.14)
\stopStaff
\override Staff.StaffSymbol.color=#white
\override Staff.BarLine.layer=#999
\startStaff
hth
Eluze
How about:
\new Staff \with {
\override StaffSymbol.line-count = #0
\override BarLine.bar-extent = #'( -2.5 . 2.5 )
}
{ a'4 e' f' b' | d'1 }
--
Phil Holmes
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user