Thanks Pierre, indeed my code was grubby.

Regards Paul

On Tue, Jul 24, 2018 at 2:43 PM, Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com> wrote:

> Hi Paul,
>
> 2018-07-24 3:46 GMT+02:00 B~M <viola1...@gmail.com>:
>>
>> I used stemLeftBeamCcount and stemRightBeamcount to achieve my aim
>>
>> Is there a cleaner way to do this ?
>>
>> Paul
>>
>
> No AFAIK but there is no need to use manual beamings :
>
> \version "2.18.2"
>
> \relative c' {
>   \clef alto
>   \key  ees  \major
>   \time 6/8
>
>   % measure 44
>   c8( ees4) bes8( ees4)
>
>   % measure 45
>   bes'8.( aes16 g8) aes( ees) c'~
>
>   % measure 46
>   c c, ees
>   \set subdivideBeams = ##t
>   g16(
>   \set stemRightBeamCount = #2
>   f
>   \set stemLeftBeamCount = #2
>   ees des
>   \tuplet 3/2  { c des bes) }
>
> } % end relative block
>
> Cheers,
> Pierre
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to