lilypond-user
[Top][All Lists]
Advanced

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

Re: clef_8


From: Mark Knoop
Subject: Re: clef_8
Date: Sat, 2 Dec 2017 11:58:11 +0000

At 12:47 on 02 Dec 2017, bb wrote:
>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?

The "8" is not part of the Clef object, but is a ClefModifier object. Try:

\omit Staff.ClefModifier


>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 { }
>}
>
>
>_______________________________________________
>lilypond-user mailing list
>address@hidden
>https://lists.gnu.org/mailman/listinfo/lilypond-user


-- 
Mark Knoop



reply via email to

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