lilypond-user
[Top][All Lists]
Advanced

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

Re: Two's company : three's the result


From: Roman Stawski
Subject: Re: Two's company : three's the result
Date: Wed, 24 Apr 2013 21:40:43 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5

On 24/04/2013 21:03, Federico Bruni wrote:

You can find an explanation here:
http://lilypond.org/doc/v2.16/Documentation/usage/common-errors#an-extra-staff-appears

Thanks Federico, I wasn't aware of this one. I appreciate the pointer.

the right input is:

\version "2.17.11"


\paper { ragged-right = ##t }


\new PianoStaff {

  <<

    \new Staff \relative c'' { a1 }

    \new Staff \relative c' { f1 }

  >>

}



\new PianoStaff {

  <<

    \new Staff \relative c'' { b1 }

    \new Staff \relative c'' { g1 }

  >>

}
Yup, that works as expected. Thanks for the solution /and/ for the explanation.

Regards





reply via email to

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