lilypond-user
[Top][All Lists]
Advanced

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

Re: open hihat


From: Rune Zedeler
Subject: Re: open hihat
Date: Fri, 07 Dec 2007 02:36:26 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

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 address@hidden when replying to this.

-Rune

PNG image


reply via email to

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