lilypond-user
[Top][All Lists]
Advanced

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

Re: double slurs within beamed notes


From: Kieren MacMillan
Subject: Re: double slurs within beamed notes
Date: Sat, 27 Feb 2010 14:49:58 -0500

Hi,

You might want to do something like this:

\version "2.12.1"

stuff = \relative c'' {
  \time 2/4 \tieUp \slurDown
  \partial 8 \stemUp <g d'~>8(   |
  <fis d'>) <g d'~>[( <fis d'>]) \stemDown <b d~>(   |
  <c d>) \stemUp <b d~>[( <fis d'>]) <g d'~>8(   |
  <fis d'>) <g d'~>[( <fis d'>]) \stemDown <b d~>(   |
  <c d>) <a d~>[-\tweak #'extra-offset #'(0.3 . 3) ( <b d>]) \tieDown \slurUp 
<d~ g> (<d fis>)
}

\score { \stuff }

Notice I also introduced the \partial (pickup), to accurately represent the 
music.

Hope this helps!
Kieren.



reply via email to

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