Hi,

2013/12/28 Urs Liska <[email protected]>:
> Has anybody seen this before?
> [....]
> My question was about creating this kind of nonstandard Notation.

Here you are:

% for more inspiration see `beam-manual-beaming.ly` regtest.

\relative c' {
  c16[
  c
  c
  \once \override Stem.beaming = #(cons (list 0 1) (list 0))
  c
  \once \override Stem.beaming = #(cons (list 0) (list 0 1))
  c
  \once \override Stem.beaming = #(cons (list 0 1) (list 1))
  c
  % It would make more sense if the override was
  % \once \override Stem.beaming = #(cons (list 1) (list 0 1))
  % but apparently the counter gets reset when the primary
  % (i.e. outmost) beam is broken.
  \once \override Stem.beaming = #(cons (list 0) (list -1 0))
  c
  \once \override Stem.beaming = #(cons (list 0 1) (list 0))
  c
  \once \override Stem.beaming = #(cons (list 0) (list 0 1))
  c
  c
  c
  c]
}

% best,
% Janek

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to