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




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Hidding-Staff-Lines-at-the-start-of-a-line-tp180862p180938.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to