lilypond-user
[Top][All Lists]
Advanced

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

Re: phrasing slur in piano staff


From: Noeck
Subject: Re: phrasing slur in piano staff
Date: Wed, 15 Jul 2015 20:40:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Dear Ming,

I would also do what Simon suggested. If you need additional voices
temporarily, you can still do so and continue the first voice with your
phrasing slur and add a new voice next to it:

\version "2.18.2"
\language "english"
global = {
  \key f \major
  \numericTimeSignature
  \time 6/8
  \partial 8
  \tempo 4=100
}
 mux = { \global
  c'8^\( | <f'a'>4. <<{f'8 g'8 a'8 |bf'4. }\\{f'4.~ f'4.}>> <f'a'>4\) %m
  <<
    {<d'g'>8^\( | f'8. e'16 f'8 } % starting slur here, say voice 1
    \new Voice {s8 c'4.}      % additional voice 2
  >>
  <e'g'>4 <e'g'c''>8 |%m          % still the same voice 1
  <<
    {<f'c''>4.~q4\)}              % still the same voice 1
    \new Voice {c'4. d'4}         % additional voice 3
  >> <e'bf'>8 |%m
}
\score { \mux }

Cheers,
Joram



reply via email to

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