lilypond-user
[Top][All Lists]
Advanced

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

mmrest-oflength not generating MMR 2.15.24


From: Paul Scott
Subject: mmrest-oflength not generating MMR 2.15.24
Date: Sun, 15 Jan 2012 12:44:48 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

Can someone tell me why skip-of-length work in this example 
but mmrest-of-length doesn't?

\version "2.15.24"

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

timing = { }

cnotes = \relative c'' { \cadenzaOn c8[ d e f g] \cadenzaOff }
snotes = { $(skip-of-length cnotes) }
mnotes = { $(mmrest-of-length cnotes) }

\score{ 
  <<
    \new Staff \cnotes 
    \new Staff \mnotes
    \new Staff \snotes
  >>
}


TIA

Paul Scott






reply via email to

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