lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hidding Staff Lines at the start of a line


From: Klaus Blum
Subject: Re: Hidding Staff Lines at the start of a line
Date: Thu, 10 Sep 2015 02:16:01 -0700 (MST)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]