lilypond-user
[Top][All Lists]
Advanced

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

Re: Help please: Grace note slur to chord


From: Mats Bengtsson
Subject: Re: Help please: Grace note slur to chord
Date: Mon, 19 Feb 2007 13:47:39 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

Try adding a \slurUp before the \acciaccatura.

I hope you know that you can save some typing by using \relative mode
(in this specific case, where you have many chords that are larger than a
quarter, you could stick to absolute octaves, but still save lots of typing
by inputting the music one octave down and adding \transpose c c'
in front of the first "{"). Another way to save typing in your example
is to tell LilyPond about the beaming strategy you want:
#(override-auto-beam-setting '(end * * 3 4) 1 4)
#(override-auto-beam-setting '(end * * 3 4) 2 4)

A final comment: I strongly recommend you to let LilyPond take care
of the time keeping and putting bar lines at the correct places. My experience
is that LilyPond is much better at finding typing errors than I am myself.
So, just remove all your \bar "|" (and replace them by bar checks | ) and
get rid of all the s64.

  /Mats

Stephen Martin wrote:
I am having the following problem - any suggestions would be
appreciated

I cannot make a slur from the E grace note at the start of the
second bar go to the F#, it goes to the A in all the four
examples I tried below. As you can see, I have tried to think
laterally, but without success so far...

melody = {

\time 3/4 \key a \major \clef treble

\stemDown

<a' e''>8[ <b' e''>] <cis'' e''>[ <a' e''>] <a' fis''>[ <a' a''>] \bar "|" \acciaccatura e'' < a' fis''>4 <a' fis''>8[
 <a' g''>]  <a' fis''>([  <a' e''>)] \bar "|" \break <a'  e''>8[
<b'  e''>]  <cis''  e''>[  <a'  e''>]  <a'  fis''>[  <a'  a''>]
\bar "|" \acciaccatura  e'' < fis'' a'>4 <a' fis''>8[  <a' g''>]
 <a' fis''>([  <a' e''>)] \bar "|" \break

% (s64 to force the phrases onto the same staff)

s64 << {a'8[  b']  cis''[  a']  a'[  a']} {e''8 e'' e'' e''
fis''a''}>> \bar "|" << {\grace  e''(  fis''4)  fis''8 g'' fis''
 e''} { a'4 a'8[ a']  a'([  a')]}>> \bar "|" \break s64 << {a'8[
 b' ] cis''[  a']  a'[  a']} {e''8 e'' e'' e'' fis''a''}>> \bar
"|" << {\acciaccatura  e''  fis''4  fis''8 g'' fis''  e''} { a'4
a'8[ a']  a'([  a')]}>> \bar "|" }

thanks, Steve



_______________________________________________
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]