MonAmiPierrot wrote:

> And how to remove clef and meter?

\layout{
  \context {
    \Staff
    \remove Clef_engraver
    \remove Time_signature_engraver
  }
}

> And how to remove just the staff pentagram, but keeping barlines?

\layout{
  \context {
    \Staff
    \override StaffSymbol #'transparent = ##t
  }
}

- Mark



      


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to