lilypond-user
[Top][All Lists]
Advanced

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

Re: Hiding staff lines without barlines hiding


From: Phil Holmes
Subject: Re: Hiding staff lines without barlines hiding
Date: Fri, 29 Mar 2013 15:44:38 -0000

----- Original Message ----- From: "Eluze" <address@hidden>
To: <address@hidden>
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



reply via email to

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