lilypond-user
[Top][All Lists]
Advanced

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

Re: slur problem


From: Zoltan Selyem
Subject: Re: slur problem
Date: Fri, 8 Jun 2007 17:29:16 +0200

Hello Tao,


A smaller example of your problem is this:

%% ------------- LilyPond code -------------
\version "2.11.23"
\paper{ ragged-right=##t }
\relative c'' {
  c c c c( |
  <<
    { c) c c c( }
  \\
    { g g g g }
  >>
  c c) c c |
}
%% -------------- end of code --------------

The << \upper \\ \lower >> code creates two new voices,
and both \upper and \lower are different from the main voice.
Each voice has its own slurs.

This is the problem. Unfortunately I don't know the solution,
but maybe someone smarter will help you.


      Zoltán






reply via email to

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