lilypond-user
[Top][All Lists]
Advanced

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

Re: change of behavior for cue notes in 2.23.5


From: Jean Abou Samra
Subject: Re: change of behavior for cue notes in 2.23.5
Date: Fri, 7 Jan 2022 00:03:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1

Le 02/01/2022 à 17:06, Paul Scott a écrit :
Happy New Year, all.

I thought I've always been able to get overlapping cues to work.

I have looked at the changes for 2.23.5

Why are the stem directions not working in this example?  This sometimes leads to:

an = \fixed c' {
                 a8 8 r4 r2 a8 8 r4 r2 }
cuecue.ly:3:18: warning: maybe input should specify polyphonic voices
an = \fixed c' {
                 a8 8 r4 r2 a8 8 r4 r2 }
cuecue.ly:5:27: warning: adding note head to incompatible stem (type = 1/8)
bn = \fixed c' { c'4 r r2
                          c'4 r r2 }
cuecue.ly:5:27: warning: maybe input should specify polyphonic voices
bn = \fixed c' { c'4 r r2
                          c'4 r r2 }

MWE:

\version "2.23.5"

an = \fixed c' { a8 8 r4 r2 a8 8 r4 r2 }
\addQuote qa \an
bn = \fixed c' { c'4 r r2 c'4 r r2 }
\addQuote qb \bn

ab = \absolute{
  \cueDuring qa #down { \cueDuring qb #up s4 } r4 r2
  << { \cueDuring qa #down s4 } \\ { \cueDuring qb #up s4 } >> r4 r2
}

\score{
  \new Staff \ab
}


This seems not too far from known bugs in connection
with cues (?), but I don't see a change in 2.23.5
compared to 2.22.1 ... ?

Best,
Jean




reply via email to

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