lilypond-user
[Top][All Lists]
Advanced

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

Re: slur problem


From: Mats Bengtsson
Subject: Re: slur problem
Date: Fri, 08 Jun 2007 18:33:48 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

Just read the next section on the manual, "Explicitly
instantiating voices".

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

   \new Voice { \voiceTwo g g g g }
 >>
 \oneVoice c c) c c |
}
%% -------------- end of code --------------


   /Mats


Zoltan Selyem wrote:

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




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


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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