lilypond-user
[Top][All Lists]
Advanced

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

Re: \RemoveEmptyStaffContext


From: Laurens van der Wee
Subject: Re: \RemoveEmptyStaffContext
Date: Wed, 23 Mar 2011 10:49:46 +0200

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"


(I know that it doesn't make a difference here, just to check the command, it's 
simply not recognized here...)

Thanks a lot for all the effort,

laurens.



On 23 mrt 2011, at 02:01, Graham Percival wrote:

> On Tue, Mar 22, 2011 at 04:57:22PM -0700, Paul Scott wrote:
>> Does that make sense since most commands have backslashes?  Maybe
>> there should be a sub alphabetical sort under '\'
> 
> Patches appreciated:
> http://code.google.com/p/lilypond/issues/detail?id=855
> 
> Cheers,
> - Graham
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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