lilypond-user
[Top][All Lists]
Advanced

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

slur problem


From: tao_lilyponduser
Subject: slur problem
Date: Fri, 08 Jun 2007 16:58:30 +0200

Hello,

I got a problem with a slur.
In the code below, a slur is supposed to go from bar 3 to the first note in bar 
5.
When I tried a standard slur, nothing happened, then I tried it with Phrasing 
Slur and at least a slur was drawn above bar 3+4 but ist sill doesn't reach bar 
5.

\regards

Tao



\version "2.10.23"

inS = { \override Voice.Fingering #'avoid-slur = #'inside }

outS = { \override Voice.Fingering #'avoid-slur = #'outside }

strikeStem = { \once \override Stem #'stroke-style = #"grace" }

fingerSmall = { \override Fingering #'font-size = #-8 }

fingerNeutral = { \revert Fingering #'font-size }

rh = \relative c''
{
        \clef treble
        \time 4/4
        \key g \minor
        \partial 4
        d4-4~( |
        d4 c8 bes \grace { a[ bes c] } bes a) r4 |
        r8 \stemUp bes-2( \stemNeutral \times 2/3 { bes-3 a g } fis2-2) |
        g4-1\( a8 bes \inS c4-1 d8 es |
        a,2~ a8. g'16-4 \times 2/3 { g8-5 f es } | \break
        << { \stemDown \outS d4\)-5 \stemUp \fingerSmall \strikeStem \grace { 
d,8-2\( \slurDown d-1([ f bes] }
        \fingerNeutral \stemDown \times 2/3 { d8) c bes } \stemUp bes a\) 
bes4\rest } \\ { s2
        \stemUp \set Voice.tieWaitForNote = ##t \grace { c,8[~ d~ fis]~ } 
\stemDown <c d fis>4 s } >> |
}

\new Staff = { \rh }
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer




reply via email to

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