lilypond-user
[Top][All Lists]
Advanced

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

Re: unwanted beam subdividing


From: Vivian Barty-Taylor
Subject: Re: unwanted beam subdividing
Date: Sat, 28 Jul 2007 10:55:03 +0200

I've also been irritated by this problem in the past, but haven't found a way to automatically fix it. I use a substitution function which Trevor posted a while back:

beam = #(define-music-function (parser location left right) (number? number?)
  #{
     \set stemLeftBeamCount = #$left
     \set stemRightBeamCount = #$right
  #})

Your code would then look like this:

\relative c' {
    \times 2/3 { f16[ g \beam #2 #2 f \beam #2 #1 g f8] }
  }

  \paper {
    ragged-right = ##t
  }

Hope this helps,

Vivian.

On Jul 28, 2007, at 8:44 AM, Werner LEMBERG wrote:

 \relative c' {
    \set subdivideBeams = ##f
    \times 2/3 { f16[ g f g f8] }
  }

  \paper {
    ragged-right = ##t
  }





reply via email to

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