lilypond-user
[Top][All Lists]
Advanced

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

Re: slurDotted broken in 2.5.25


From: Graham Percival
Subject: Re: slurDotted broken in 2.5.25
Date: Mon, 23 May 2005 12:33:25 -0700


On 23-May-05, at 12:22 PM, Bertalan Fodor wrote:

According to http://lilypond.org/doc/v2.5/input/regression/out-www/collated- files.html \slurDotted is not broken.


\slurDotted
c''4 ~ c''4

That's not a slur, but a tie. Didn't you mean c''4( c''4)?

Argh.  That would explain it.

OK, so it's just tieDotted. I took slurDotted from ly/property.ly ; I made
tieDotted match it.


%  \tieDotted doesn't work
slurDotted = {
  \override Slur  #'dash-period = #0.75
  \override Slur #'dash-fraction = #0.1
}
tieDotted = {
  \override Tie #'dash-period = #0.75
  \override Tie #'dash-fraction = #0.1
}
\relative c''{
\slurDotted
c4( c)
\tieDotted
c4 ~ c
}





reply via email to

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