Re: slurDotted broken in 2.5.25

2005-05-25 Thread Erik Sandberg
On Monday 23 May 2005 21.33, Graham Percival wrote:
 On 23-May-05, at 12:22 PM, Bertalan Fodor wrote:

This bug was also reported some days ago by Heikki. It's added as 
tie-dotted.ly.

Erik

 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
 }



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: slurDotted broken in 2.5.25 (was: \tieDotted problem under Lily 2.4.2)

2005-05-24 Thread David Raleigh Arnold
On Monday 23 May 2005 02:25 pm, Graham Percival wrote:
 
 On 20-May-05, at 10:15 PM, Warren Stickney wrote:

 c''4 ~ c''4
 }

It doesn't have to be a postfix?

 c''4~ c''4

? daveA

-- 
The only technical exercises for all guitarists worth a lifetime
of practice: Dynamic Guitar Technique.  Nothing else is close.
Free download:  http://www.openguitar.com/instruction.html
daveA David Raleigh Arnold  dra..at..openguitar.com



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: slurDotted broken in 2.5.25

2005-05-24 Thread Mats Bengtsson

Why not simply try and see? You can insert spaces for example in
c4 ~
c4 (
c4 _\markup{\large markup}
c8 [ d ]

   /Mats

David Raleigh Arnold wrote:

On Monday 23 May 2005 02:25 pm, Graham Percival wrote:


On 20-May-05, at 10:15 PM, Warren Stickney wrote:




c''4 ~ c''4
}



It doesn't have to be a postfix?

 c''4~ c''4

? daveA



--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


slurDotted broken in 2.5.25 (was: \tieDotted problem under Lily 2.4.2)

2005-05-23 Thread Graham Percival


On 20-May-05, at 10:15 PM, Warren Stickney wrote:

Using Lily 2.4.2 with cygwin it appears that \tieDotted is broken.
\slurDotted is working OK however and I've used this in it's place to 
get my

pdf.


I've updated \tieDotted so that it has the same form as \slurDotted, but
\slurDotted is also broken in 2.5.25.  I've filed a bug report; thanks!



%  \*Dotted broken in 2.5.25+ (cvs), OSX.
{
\tieDotted
c''4 ~ c''4
\tieSolid
c''4 ~ c''4
\slurDotted
c''4 ~ c''4
}



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: slurDotted broken in 2.5.25

2005-05-23 Thread Bertalan Fodor
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)?

Bert


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond