lilypond-user
[Top][All Lists]
Advanced

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

Re: Rhythmic slashes, are just too address@hidden hard to do


From: Rune Zedeler
Subject: Re: Rhythmic slashes, are just too address@hidden hard to do
Date: Wed, 14 Feb 2007 08:48:11 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20070104)

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




reply via email to

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