EdBeesley <edplaysdr...@gmail.com> writes:

> Rachael the version is 2.16.2.
>
> I've now got the code to work, but the fix for this seems rather strange. If
> I put the code before any declared notes in a part it doesn't work, e.g: 
>
> vibestopstaff = \relative c'' { \time  2/4
>       \set Timing.baseMoment = #(ly:make-moment 2 4) 
>        \set Timing.beatStructure = #'(1) 
>        \set Timing.beamExceptions = #'() 
>   c8 ( bes   a f ) |

Fixed in 2.17.12
<URL:http://code.google.com/p/lilypond/issues/detail?id=3140>

In the mean time, do something like \context Voice { \time 2/4 ...

or similar to get the Score context set up properly before the commands
register.

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to