lilypond-user
[Top][All Lists]
Advanced

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

file structure (hierarchy)


From: Werner
Subject: file structure (hierarchy)
Date: Mon, 11 Feb 2008 19:37:32 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello, 

I've written a file containing a score with a structure like:

\score {
  \new Staff = bla <<
    \new voice =blu {\voiceOne \Sopran}
    \new voice =blu {\voiceTwo \Alt} >>
}

Wanted to put the 
\set Score.skipBars = ##t
command in.

This: 

\score {
  \new Staff = bla <<
    \new voice =blu {\voiceOne \Sopran}
    \new voice =blu {\voiceTwo \Alt} >>
\set Score.skipBars = ##t
}

brings syntax error unexpected \set

This

\score {
  \new Staff = bla <<
    \new voice =blu {\voiceOne \Sopran}
    \new voice =blu {\voiceTwo \Alt}
\set Score.skipBars = ##t >>
}

works.

For me this is very strange.
Also the documentation gives no hint about...
Could somebody explain that?

WM





reply via email to

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