bug-lilypond
[Top][All Lists]
Advanced

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

bug/tag at beginning?


From: Christopher Ellis
Subject: bug/tag at beginning?
Date: Sun, 28 Sep 2003 22:02:29 -0700 (PDT)

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




reply via email to

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