>1. dashed ties (NOT slurs)

implemented  in .38, or apply this to scm/generic-property.scm

--- generic-property.scm~     Mon Mar 20 10:45:56 2000
+++ generic-property.scm      Wed Mar 22 00:17:31 2000
@@ -116,10 +116,12 @@
          (list 'verticalDirection dir? 'direction)
                 (list 'tieVerticalDirection dir? 'direction)
   )))
+
 (define generic-tie-column-properties
   (cons "Tie_column" (list
               (list 'verticalDirection dir? 'direction)
                           (list 'tieVerticalDirection dir?
'direction)
+                     (list 'tieDash number? 'dashed)
   )))


>2. \property stemStyle = "transparent" ( or likewise)

Use the construct in my previous mail (and substitute Stem for
Rest). Or remove the stem engraver.

>3. Is it possible to combine voltas? say in \repeat volta 3 {} first
>and second endings are the same, and could be printed in combined
>"1.2." volta

This should already work, see input/test/repeat-volta

>4. Reference manual says that you can have two voices in Rhythmic
>staff, and yes, you can, only second voice doesn't appear in paper
>output :)

Did do a \stemdown for the 2nd voice? If so, please send an example.

>5. arrow heads on slurs (was TODO item, perhaps still is)

yep.

>6. dinamics, when given as "b4 \ppp" appears strictly under note,
>6. which is good\
>,
>   but sometimes (usual thing at melody start) I need it appear a bit
>   earlier, to precede the note. And, e.g. there is only clef etc
>6. before note

\outputproperty #(make-type-checker 'dynamic) #'extra-offset = #(1.0
. 2.0)

(BTW this will change to #(make-type-checker 'Dynamic) in .38

>7. \slurnormal b8( \slurdotted ( )a )g gives me a parse error :(

that would be

     b8 ((  )a )g

Sadly, you can't have both slurs in the same voice context and in
different dashing. Not yet, anyway.


>8. Is where a way to say something similar to \times 1/1 { bla \times
>8. 1/1 \{ }
>   blah \} --- I need collating? brackets(collision, crossings)

What do you want? I don't understand your example.

>9. I saw that breathing sign is implemented, but in solfegio i see
>9. two variants\
>,
>   other one similar to \rtoe, but when I use \rtoe it gets
>9. uncorrectly
>   positioned (sure it is!), may be there is a simple workaround ?
>9. Uncorrectly
>   I mean I can't get it above barline, _inbetween_ notes etc.

Yep, you can try \mark "\\yourtexmacro"; to do it in the meantime, or
you can submit a patch to Breathing_sign::do_brew_molecule ()


-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to