[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hidding Staff Lines at the start of a line
From: |
Kieren MacMillan |
Subject: |
Re: Hidding Staff Lines at the start of a line |
Date: |
Wed, 9 Sep 2015 09:35:42 -0400 |
Hi Zoran,
> I was wondering if it is possible to hide staff lines between the very start
> of the line and the point where the notation starts. In other words, no
> lines over the clef, key signature and time signature.
Not sure why you’d want to… but “With Lilypond, all things are possible.” =)
Here’s one solution:
\layout { indent = 1\in ragged-right = ##t }
\relative c' {
\omit Staff.SystemStartBar
\override Staff.TimeSignature.extra-offset = #'(-4 . 0)
\override Staff.TimeSignature.X-extent = #empty-interval
\override Staff.Clef.extra-offset = #'(-8 . 0)
\override Staff.Clef.X-extent = #empty-interval
c''4
}
Hope this helps!
Kieren.
________________________________
Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden
Re: Hidding Staff Lines at the start of a line,
Kieren MacMillan <=