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
[EMAIL PROTECTED]

Attachment: inverted-beams.png
Description: PNG image

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to