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: [email protected]
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user