> On Mar 8, 2015, at 4:07 PM, Menu Jacques <imj-...@bluewin.ch> wrote:
> 
> Hello Pat,
> 
> I tried:
> 
> {
>  \time 3/4
>  \clef "bass"
>  \repeat tremolo 6 e8 -\markup {\draw-dotted-line #'(5.1 . 2.3)} |
> }
> 
> but the slur doesn’t show up.

Try:

{
 \time 3/4
 \clef "bass"
 \repeat tremolo 6 e8^\markup { 
                                        \hspace #-1.2
                                        \override #'(thickness . 4)
                                        \override #'(off . 0.05 ) 
                                        \draw-dotted-line #'(4 . 0)} |
}


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to