lilypond-user
[Top][All Lists]
Advanced

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

Re: [Spam] partcombine bug when using quoteDuring?


From: Rutger Hofman
Subject: Re: [Spam] partcombine bug when using quoteDuring?
Date: Tue, 20 Feb 2018 10:23:47 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 02/19/2018 08:09 PM, Nathan Sprangers wrote:
When both voices in \partcombine finish a \quoteDuring at the same time, only one voice is rendered for subsequent notes.

\version "2.18.2"

\addQuote "melody" \relative c'' {
   a4 a a a
   d d d d
}

\addQuote "alto" \relative c'{
   f2 f
   g2 g
}

\partcombine
   { \quoteDuring #"melody" s1
     \quoteDuring #"melody" s1 }

   { \quoteDuring #"alto" s1
     % This does not get rendered:
     \quoteDuring #"alto" s1 }

Confirmed for version 2.19.80.

Rutger

If the last line is changed to notes, they are rendered but the \quoteDuring for the same measure in the first expression is not. Lilypond does not throw any errors or warnings when compiling these examples. Using the << \\ >> construct does not cause this issue.

If the quote durations overlap, there is no bug:

\partcombine
   { \quoteDuring #"melody" s1
     \quoteDuring #"melody" s1 }

   { \quoteDuring #"alto" s2
     % No problem:
     \quoteDuring #"alto" s1. }


Thanks,
Nathan




reply via email to

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