lilypond-user
[Top][All Lists]
Advanced

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

Inverted beaming


From: Trevor Bača
Subject: Inverted beaming
Date: Fri, 31 Mar 2006 23:16:50 -0600

Is it possible to notate the figure below without recourse to the
hacked invisible rests?


%%%%% BEGIN HACKED INVETED BEAMING SNIPPET %%%%%

\version "2.9.1"

\new Staff {
   \set stemRightBeamCount = #3
   c'32[

   \set stemLeftBeamCount = #1
   \set stemRightBeamCount = #1
   \once \override Rest #'transparent = ##t
   r128 % HACK

   \set stemLeftBeamCount = #3
   \set stemRightBeamCount = #1
   c'32

   \set stemLeftBeamCount = #1
   \set stemRightBeamCount = #3
   c'32

   \set stemLeftBeamCount = #1
   \set stemRightBeamCount = #1
   \once \override Rest #'transparent = ##t
   r128 % HACK

   \set stemLeftBeamCount = #3
   \set stemRightBeamCount = #1
   c'32

   \set stemLeftBeamCount = #1
   \set stemRightBeamCount = #3
   c'32

   \set stemLeftBeamCount = #1
   \set stemRightBeamCount = #1
   \once \override Rest #'transparent = ##t
   r128 % HACK

   \set stemLeftBeamCount = #3
   c'32]
}

%%%%%%% END %%%%%%%%%%%%%%%%%%%%%%%%%%%


--
Trevor Bača
address@hidden

Attachment: inverted-beams.png
Description: PNG image


reply via email to

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