lilypond-user
[Top][All Lists]
Advanced

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

stacato


From: Antoniouk Sergio
Subject: stacato
Date: Thu, 04 Oct 2001 12:14:41 +0200

I try to enter piece of music with next rythm

6/8 c8 | c c c c c c | c c c c c c | c c c c c :| c | c c c c c c | 

When I try to do it in such way:

%--------------------------------------------------------------------
\score { 
  \context Voice
  \notes
  \relative c {
  \time 6/8

  \partial 8 c8 |
  c c c c c c |
  c c c c c c |
  \property Score. measureLength = #(make-moment 5 8) c c c c c |
  \partial 8 c |
  \property Score. measureLength = #(make-moment 6 8) c c c c c c |
  }
  \paper { }  
}
%-------------------------------------------------------------------

I got a couple of messages like "bar check failed", and output looks
incorrect.
When I remove second "\partial 8 c" string, everything is OK.

Can somebody give me a key, please?



reply via email to

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