[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: |
Thu, 10 Sep 2015 02:40:05 -0700 (MST) |
Hi Klaus,
Klaus Blum wrote
> Hi Zoran,
>
> this is how I would start:
>
> %
> --------------------------------------------------------------------------
>
> \version "2.18.2"
>
> \score {
> <<
> \new RhythmicStaff
> \with {
> %\accepts "TextScript"
> \override StaffSymbol.line-count = #0
> \omit TimeSignature
> }
> {
> \grace {\hide r8} % yes, a dirty hack... :-)
> \stopStaff
> \override RhythmicStaff.StaffSymbol.line-count = #1
> \startStaff
> \override TextScript.extra-offset = #'(0 . -2.6)
> \textLengthOn
> \hide r4 \hide r4 <>^\markup \whiteout " 6 - 8'' " \hide r4 \hide
> r4
> \hide r4 \hide r4 <>^\markup \whiteout " 8 - 10'' " \hide r4 \hide
> r4
> }
>
> \new Staff
> { f''1 ~ f''1 }
> >>
> }
>
> %
> --------------------------------------------------------------------------
>
> It does not midify indentation, thus other staves are not affected.
>
> Cheers,
> Klaus
That is fantastic! Thank you so much for your help.
Cheers,
Zoran
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Hidding-Staff-Lines-at-the-start-of-a-line-tp180862p180939.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