lilypond-user
[Top][All Lists]
Advanced

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

Re: Re:Re: adding note head to incompatible stem


From: nick . payne
Subject: Re: Re:Re: adding note head to incompatible stem
Date: Wed, 10 Jun 2009 12:19:00 +0930


I found much the same problem with the setting of the Andante from BWV 1003 that I recently downloaded from the Mutopia web site. In bar 7 the output incorrectly had 8th notes joined with 16th notes on the same stem, and when building the file, the Lilypond console output gaves the warning about adding note head to incompatible stem. In that case, I found that the fix was to explicitly name the
temporary polyphonic voices at that point. The piece was already in three voices, so what I did was to define an additional named voice:

voiceFive = #(context-spec-music (make-voice-props-set 4) 'Voice)

and then change

<<
{ f8 s4. d,8 [ d8 ] } \\
{ s2 b'8 [ b8 ] }
>> |

To

<<
{ \voiceTwo f8 s4. d,8 [ d8 ] } \new Voice
{ \voiceFive s2 b'8 [ b8 ] }
>> \oneVoice |

Nick

On Wed 10/06/09 10:27 AM , 胡海鹏 - Hu Haipeng address@hidden sent:
Thanks. Yeah, this is an orchestration exercise I'm doing. Unfortunately, partcombine has many issues not fitting this, e.g. many a2's in a measure instead of stemBoth.

Haipeng



网易企业邮,商务邮箱专家

reply via email to

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