Tim Rowe wrote:

My case is like:

chorus = \relative c' {
  c4 d e f |
  g a b
}

verse = \relative c'' {
  \partial 4 c4 |
  d e d c |
}

\new Staff {
  \new Voice = "mel" { \chorus }  \new Voice = "vs" {\verse}
}

So actually
\bar "|"
does just what I needed all along!
Excellent, then it was a simple problem to solve. Just remember to remove the \partial command that is no longer needed.

    /Mats


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to