lilypond-user
[Top][All Lists]
Advanced

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

Re: Beam exceptions


From: Wols Lists
Subject: Re: Beam exceptions
Date: Sun, 16 Aug 2015 13:31:00 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 16/08/15 04:28, Andrew Bernard wrote:
> In the following MWE, I would like to have the second bar have a primary
> beam across all the notes, as per the first bar. I imagine it may
> require more than what I have here, possibly something to do with
> setting up beamExceptions? How does one do this?

Explicitly force it?
> 
> As others have noted in the past, the documentation on beamExceptions is
> pretty dense and quite hard to comprehend.
> 
> \version "2.19.25"
> 
> {
>   \time 2/4
> 
>   % simple, even pattern
>   \set subdivideBeams = ##t
>   \set Timing.baseMoment = #(ly:make-moment 1/8)
>   \set Timing.beatStructure = #'(4 4)
>   c''16 c'' c'' c'' c'' c'' c'' c'' |
> 
>   % irregular pattern
>   \set Timing.baseMoment = #(ly:make-moment 1/16)
>   \set Timing.beatStructure = #'(2 3 3)
>   c''16 c'' c'' c'' c'' c'' c'' c'' |

Add square brackets?

   c''16[ c'' c'' c'' c'' c'' c'' c''] |

> }
> 
> 
> Andrew
> 
If I've understood you correctly, this should give you what you want.

Cheers,
Wol




reply via email to

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