Mats Bengtsson wrote:
The reason for your problems is that the command \partial 8 is
equivalent to
\set Score.measurePosition = #(ly:make-moment -1 8)
which does the setting on the Score level. The solution is to make the
Ok. Perfectly clear. Thanks a lot!
Peter
corresponding
setting in th
The reason for your problems is that the command \partial 8 is
equivalent to
\set Score.measurePosition = #(ly:make-moment -1 8)
which does the setting on the Score level. The solution is to make the
corresponding
setting in the "Timing" context (which is just an alias for the context
where the
Hello all,
Why isn't the \partial working in the code below?
I get:
/Users/pvk/tmp/polymeter.ly:20:3: warning: barcheck failed at: -1/8
d8
| d4 f8 a
/Users/pvk/tmp/polymeter.ly:25:4: warning: barcheck failed at: 1/4
a,4
| d4. e8 f4 g
If I include only one of the staves, everything is ok.