Hi all, A easy problem that I could not find a solution yet. Here it is: how to hide the tremolo slashes from the TabStaff? See the working example with the unwanted tremolo in the tabstaff, I tried everything to take this off! :-S
\version "2.12.3" music = { \time 5/8 <fis''\2 geh''\1>4:64 <fis''\2 geh''\1>4.:64 } \score { << \set Score.proportionalNotationDuration = #(ly:make-moment 1 16) \new StaffGroup << \new Staff { \override Stem #'transparent = ##t \override TextSpanner #'transparent = ##t \override Voice.TextScript #'transparent = ##t \override Beam #'transparent = ##t \override DynamicText #'transparent = ##t \override Hairpin #'transparent = ##t \override TupletBracket #'bracket-visibility = ##f \override TupletNumber #'stencil = ##f \override Tie #'transparent = ##t \override Rest #'transparent = ##t \override Slur #'transparent = ##t \override Script #'transparent = ##t #(set-accidental-style 'dodecaphonic) \clef "G_8" \music } \new TabStaff { \set TabStaff.stringTunings = #'(3 -1 -6 -11 -15 -21) \music } >> >> \midi { } \layout { } } }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user