lilypond-user
[Top][All Lists]
Advanced

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

RE: Potential bug: Slur begins or ends with tenuto


From: Daniel Rosen
Subject: RE: Potential bug: Slur begins or ends with tenuto
Date: Fri, 11 Nov 2016 22:58:00 +0000

> -----Original Message-----
> From: Daniel Rosen
> Sent: Friday, November 11, 2016 5:54 PM
> To: lilypond-user Mailing List (address@hidden) <lilypond-
> address@hidden>
> Subject: Potential bug: Slur begins or ends with tenuto
> 
> It appears that LilyPond is refusing to allow Slur.positions to be specified 
> in
> increments smaller than 0.5 staff spaces. I can't find any mention of a
> constraint like this in any of the manuals.

It just occurred to me that the following example does a much better job of 
illustrating this point than the one I previously submitted:

\version "2.19.50"

\relative c'' {
  \stemUp
  \override Slur.positions = #'(-1 . -1)
  b( b)
  \override Slur.positions = #'(-1.25 . -1)
  b( b)
  \override Slur.positions = #'(-1.5 . -1)
  b( b)
}

DR




reply via email to

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