lilypond-user
[Top][All Lists]
Advanced

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

Re: \RemoveEmptyStaffContext


From: Paul Scott
Subject: Re: \RemoveEmptyStaffContext
Date: Wed, 23 Mar 2011 09:28:12 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20110303 Icedove/3.0.11

On 03/23/2011 01:49 AM, Laurens van der Wee wrote:
Hi,

Thanks for all these interesting insights, however, problem still not solved..
This builds on your systems? ->


\score{
        <<
                \new PianoStaff \with { \RemoveEmptyStaves }<<
                        \new Staff {
                                \relative{
                                        c'4 c c c |
                                }
                        }
                        \new Staff {
                                \relative{
                                        \clef bass
                                        d,4 d d d |
                                }
                        }
                >>
                \new PianoStaff<<
                        \new Staff {
                                \relative{
                                        e e e e |
                                }
                        }
                        \new Staff {
                                \relative{      
                                        \clef bass
                                        f, f f f |
                                }
                        }
                >>
        >>
}

\version "2.13.54"

Does not build here.  I get :

Processing `emptytest.ly'
Parsing...
emptytest.ly:5:28: error: unknown escaped string: `\RemoveEmptyStaves'
    \new PianoStaff \with {
                            \RemoveEmptyStaves } <<
emptytest.ly:5:47: error: syntax error, unexpected '}', expecting '='
    \new PianoStaff \with { \RemoveEmptyStaves
                                               } <<
emptytest.ly:8:10: error: syntax error, unexpected STRING

          c'4 c c c |
emptytest.ly:14:10: error: syntax error, unexpected STRING

          d,4 d d d |
emptytest.ly:21:10: error: syntax error, unexpected STRING

          e e e e |
emptytest.ly:27:10: error: syntax error, unexpected STRING

          f, f f f |
emptytest.ly:4:2: error: errors found, ignoring music expression

<<
error: failed files: "emptytest.ly"

Paul






reply via email to

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