lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with breaks?


From: harm6
Subject: Re: Help with breaks?
Date: Wed, 21 Sep 2011 13:25:22 -0700 (PDT)


dogwoodnc wrote:
> 
> Thanks for the suggestions; however, I'm still confused.  I tried the
> suggestions, as far as I understood them, but am still having the same
> issues -- the first ending is still in a different staff from the second
> ending.  I'd really like them in the same staff.
> 
> I've experimented with \noBreak and \break, system-count,
> systems-per-page, \repeat unfold, \relative, and countless other
> commands.... but obviously I'm not doing something right.  It's extremely
> frustrating!
> 
> I do not see a more current stable version than 2.12.3 for Windows.  Am I
> missing something?
> Thanks!
> 

Hi,

the suggestion by Eluze always works, one exeption: if there is a wrong
rhythm somewhere the \break is disturbed. But you should get a message in
the log.

Perhaps you may study the following example:

\version "2.12.3"

one = \relative c' {
        a'2 b \break
        c d
}

two = {
        c'1. s2
}

\new Staff <<
        \new Voice { \voiceOne \one } 
        \new Voice { \voiceTwo \two }
        >>

Such a wrong rhythm may be hidden also in Lyrics, Dynamics, Chords etc.

I'm sure your problem has nothing to do with the used version.
But the current stable version is 2.14.2.

HTH,
  Harm

-- 
View this message in context: 
http://old.nabble.com/Help-with-breaks--tp32503742p32503772.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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