lilypond-user
[Top][All Lists]
Advanced

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

clef_8


From: bb
Subject: clef_8
Date: Sat, 2 Dec 2017 12:47:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

I have a problem with the 8 under the clef clef_8. That number 8 does
not disappear with    
\override Staff.Clef #'stencil = #ly:text-interface::print
I cannot decide if this is a bug?

Thanks for any help!

Regards

Example code:

\version "2.19.2"
   MTbass-five = \stringTuning < dis, g, b, dis g >
                       
roottoroot-one  = {
    \clef "bass_8"         
    \transpose g g, { g8 a b d' c' bes a g \bar "||" \break }
}

chordroottoroot-one =\chordmode { g2:7 c:7 }

#(set-global-staff-size 27)

\score {
  <<
    \new ChordNames \chordroottoroot-one
    \new Staff \transpose c c, \roottoroot-one
    \new TabStaff {
    \override Staff.Clef #'stencil = #ly:text-interface::print
    \override Staff.Clef #'text =
    \markup
    \whiteout
    \raise #1.0
    \bold
    \override #'(baseline-skip . 0.5)
    \center-column {
    \abs-fontsize #12 { g dis b, g, dis, }
    }
    \set TabStaff.stringTunings = #MTbass-five
    \roottoroot-one
    }
  >>
  \layout { }
    \midi { }
}




reply via email to

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