lilypond-devel
[Top][All Lists]
Advanced

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

\new Voice no longer automatic?


From: Graham Percival
Subject: \new Voice no longer automatic?
Date: Wed, 03 Jan 2007 06:19:38 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

I think I missed something... my understanding was that contexts were created automatically as needed. In other words,
{ c'4 }

automatically expanded to
\score{
  \new Staff {
    \new Voice {
      c'4
    }
  }
}

However, in bug 176 (below), a progerror went away by replacing a \new Staff with \new Voice. What's happening?

\new Staff {
  \override Score.SpacingSpanner #'strict-note-spacing = ##t
  \afterGrace c'4 {c'32 c'32 }
  c'4
}


Cheers,
- Graham




reply via email to

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