bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1227 in lilypond: \autoBeamOff has no effect on other voices when


From: lilypond
Subject: Issue 1227 in lilypond: \autoBeamOff has no effect on other voices when used in a global variable/ghost voice.
Date: Wed, 18 Aug 2010 18:14:29 +0000

Status: Accepted
Owner: ----
Labels: Type-Documentation

New issue 1227 by RalphBugList: \autoBeamOff has no effect on other voices when used in a global variable/ghost voice.
http://code.google.com/p/lilypond/issues/detail?id=1227

1) \autoBeamOff has no effect on other voices when used in a global variable/ghost voice. It has to be turned on explicitly for each voice. This is probably intentional but AFAIK not mentioned in the docs.

2) \autoBeamoff shows strange effects in combination with 16th notes and \partcombine. \autoBeamOff only effects 16th notes when they happen to be in the first measure of a combined part. All following measures containing 16th notes are beamed automatically as if automatic beaming had been turned on again. This looks like a bug to me!? (No problems with \autoBeamOff in standard polyphonic notation) In combination with \autoBeamOff \partcombine seems to require some curly braces, e.g.:

   \partcombine { \autoBeamOff\MusicPartOne }  { \autoBeamOff\MusicPartTwo }

I didn't find this information in the docs.

Carl Sorensen wrote:
This is probably an argument for eliminating \autoBeamOff.  As can be seen
in ly/property-init.ly, \autoBeamOff is an alias for

\set autoBeaming = ##f

If you want it to apply in a global voice, simply do

\set Score.autoBeaming = ##f

The same problem was reported in 2003, so it'd probably be worth getting this information into the documentation?

http://osdir.com/ml/gnu.lilypond.bugs/2003-10/msg00041.html




reply via email to

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