lilypond-user
[Top][All Lists]
Advanced

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

Re: Very strange beaming example


From: Janek Warchoł
Subject: Re: Very strange beaming example
Date: Sat, 28 Dec 2013 11:58:27 +0100

Hi,

2013/12/28 Urs Liska <address@hidden>:
> 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



reply via email to

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