bug-lilypond
[Top][All Lists]
Advanced

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

Slur positions


From: Trent Johnston
Subject: Slur positions
Date: Sun, 19 Mar 2006 16:53:48 +1100

Hi again,

While typesetting a cantata by Bach I've come across what could be called an
extreme slur.

The stem of the flat on the second note is causing to slur to bulge out in
an extreme manner to avoid it.

Shouldn't the slur be offset a little from the first note so as to not cause
such an extreme bulge?

Regards,

Trent

P.S. the position of bar numbers on the right side of a clef is this a new
position or a bug?

=================================================

% Created on Sun Mar 19 16:41:43 EST 2006
\version "2.7.39"

\header {
}

\include "english.ly"

staffViolin = \new Staff  {
 \time 3/4
 \set Staff.instrument="Violin"
 \set Staff.midiInstrument="violin"
 \key c \major
 \clef treble
 \relative c'' {
c8( ef d c b a)
\bar "|."
 }

}


\score {
 <<
  \staffViolin
 >>

 \midi {
 }

 \layout  {
 }
}

\paper {
 ragged-right = ##t
}

Attachment: slurposition.PNG
Description: PNG image


reply via email to

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