Kieren MacMillan skrev:

\version "2.11.33"
\paper{ ragged-right=##t }

drumStuff = \relative
{
    \override TextSpanner #'dash-fraction = #1
\override TextSpanner #'bound-details #'left #'text = \markup { \musicglyph #"scripts.open" \hspace #0.2 } c'4 c c c |
    c\startTextSpan c c c |
    c c\stopTextSpan c c
}

\score
{
    << \drumStuff >>
}

Unfortunately it does not work if you use a DrumStaff. This looks like a bug.
If you replace << \drumStuff >> with

  \new DrumStaff << \drumStuff >>

Then you get two spanners on top of each other.
I am currently on 2.11.32.rz
Can somebody on latest devel reproduce?

Moving to devel. Please remove lilypond-user@gnu.org when replying to this.

-Rune

<<inline: test.preview.png>>

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

Reply via email to