Il 23/10/2011 23:33, -Eluze ha scritto:
there are those 3 engravers:

Grace_beam_engraver
Grace_engraver
Grace_spacing_engraver

maybe removing them could help?
thanks for the tip
unfortunately, the following snippet doesn't work:


\version "2.15.14"

music = \relative c'' {

a16( e) cis( b cis a) \grace e'( fis8~ fis16

\grace { gis16 fis } e) cis16 e( fis e) cis( b) |

}

\score {

\new TabStaff \with {

stringTunings = #guitar-asus4-tuning

\remove Grace_engraver

\remove Grace_beam_engraver

\remove Grace_spacing_engraver

}

\music

\midi{}

\layout {

\context {

% doesn't work either

%{

\TabStaff

\remove Grace_engraver

\remove Grace_beam_engraver

\remove Grace_spacing_engraver %}

}

}

}


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to