lilypond-user
[Top][All Lists]
Advanced

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

Re: Newbie Question -- verse and chorus


From: Mats Bengtsson
Subject: Re: Newbie Question -- verse and chorus
Date: Tue, 12 May 2009 18:13:47 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



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




reply via email to

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