Not sure if this is a bug.  I quickly viewed the
subject lines of the last two months.  With the tag
stuff commented out, it produces the desired result. 
There is an extra line, clef, and time signature as
is.  A "solution" is easy. Just put the tagged stuff
after the first measure.  Sorry if this already known.

\include "paper16.ly"

\paper {    papersize = "letter"
            indent = 0.1\in
            interscoreline = 0.1\in}

\version "2.0.0"


svI = \notes {

  \tag #'part <<
  \property Score.skipBars = ##t
  \property Staff.MultiMeasureRestNumber \set
#'padding = #0.8
  \property Staff.restNumberThreshold = #0 >>

  
        \time 4/4
        \key a \major
        \clef treble

        <a e' a'>4\f r r cis'8\p r | 
        e' r a' r cis'' r e' r |
        a' r cis'' r e'' r a' r |
        cis'' r e'' r a'' r cis''' r | }


\score {

        << \apply #(remove-tag 'score) \svI >>

}

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to