lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3628 in lilypond: Patch: Make sure slurs actua


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3628 in lilypond: Patch: Make sure slurs actually avoid stafflines.
Date: Tue, 22 Oct 2013 13:39:59 +0000


Comment #2 on issue 3628 by address@hidden: Patch: Make sure slurs actually avoid stafflines.
http://code.google.com/p/lilypond/issues/detail?id=3628

% Here's the code i'm using for testing:

\layout { ragged-right = ##t }

music = \relative c'' {
  c8( b a2) c8( b)
  d8( c b2) d8( c)
  a2( d)
  \stemUp
  c8( b a2) a8( g)
  b8( a g2) b8( a)
  \stemNeutral
  \break
  \slurUp
  d,2( f)
  a2( a)
  e1( a)
  \slurDown
  c2( e)
  c2( c)
  c1( f)
}

\markup "Slurs should avoid stafflines:"
\music

\markup "They should behave similarly when they are thick:"
\relative c' {
  \override Slur #'thickness = #3
  \music
}


Attachments:
        before.png  18.4 KB
        after.png  18.3 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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