Apart from the warnings, are there any problems with the following?



\version "2.10.10"

slashrests = {
    \override Staff.Rest #'style = #'slash
    \override Staff.Rest #'glyph-name = "2slash"
    \override Staff.Rest #'stencil = #ly:note-head::print
}
normalrests = {
  \revert Staff.Rest #'style
  \revert Staff.Rest #'glyph-name
  \revert Staff.Rest #'stencil
}

mus = {
  \key c \major c' d' r e' |
  \slashrests r r r r |
  \normalrests c'2 r |
}
{
  \new Staff {
    \mus
    \transpose c e \mus
  }
}


-Rune


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

Reply via email to