bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1159 in lilypond: Fine-tuning manual beaming


From: lilypond
Subject: Issue 1159 in lilypond: Fine-tuning manual beaming
Date: Tue, 29 Jun 2010 14:23:13 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Postponed

New issue 1159 by PhilEHolmes: Fine-tuning manual beaming
http://code.google.com/p/lilypond/issues/detail?id=1159

In the snippet below, the override seems to shift the baseline for beaming in an undesirable way. This does not happen when there are less more than two notes between the override Stem beaming commands, or when using 0 2 4 for the beamlet numbers.


\relative c'' {
  c32[ c
       \once \override Stem
       #'beaming = #(cons (list 0 1 2) (list 0 3 4))
       c c
       \once \override Stem
       #'beaming = #(cons (list 0 3 4) (list 0 1 2))
       c c c]
}

Priority set to postponed since it seems an odd thing to want to do in the first place.

Attachments:
        OddBeaming.png  2.1 KB




reply via email to

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