bug-lilypond
[Top][All Lists]
Advanced

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

grace notes and slurs with chords


From: Luc
Subject: grace notes and slurs with chords
Date: Wed, 24 May 2006 12:13:33 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi 

I try to have a grace note with a slur in (or before) the chord. The result is 
not satisfactory. Either the slur goes to the wrong note or it is nearly 
unreadable or invisible.

What am I doing wrong?!

\version "2.8.3"
\layout {ragged-right=##t}

akkord  = {<< e' 1 gis' b' e'' >>}
akkordB = {<< e' 1 b' e'' >>}       %omitting gis', not to double it.

\score
  {\new Staff        %attempts with different grace types and groupings
    { \grace g' 8 \akkord
      \acciaccatura g' 8 \akkord
      \appoggiatura g' 8 <<gis'1 \akkordB >>
      << \appoggiatura g' 8 gis'1 \akkordB >>
    }} 
\score { \new Staff       %attempt with polyphonics
    { << \appoggiatura g' 8 gis'1 \\  \akkordB >>
      }}

Thanks for your help!
Luc

(working on windows xp home)





reply via email to

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