lilypond-user
[Top][All Lists]
Advanced

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

Re: Beam groupings


From: David Kastrup
Subject: Re: Beam groupings
Date: Sun, 08 Sep 2013 10:26:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

EdBeesley <address@hidden> 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




reply via email to

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