[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hidding Staff Lines at the start of a line
From: |
zzk |
Subject: |
Re: Hidding Staff Lines at the start of a line |
Date: |
Wed, 9 Sep 2015 06:56:19 -0700 (MST) |
Hi Kieren
Kieren MacMillan wrote
> Not sure why you’d want to… but “With Lilypond, all things are possible.”
> =)
That is why I love Lilypond :)
Kieren MacMillan wrote
> 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.
Thanks a lot for the code. That should give me an excellent starting point
for what I am aiming to achieve.
Best regards,
Zoran
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Hidding-Staff-Lines-at-the-start-of-a-line-tp180862p180884.html
Sent from the User mailing list archive at Nabble.com.
Re: Hidding Staff Lines at the start of a line, Kieren MacMillan, 2015/09/09
- Re: Hidding Staff Lines at the start of a line,
zzk <=