bug-lilypond
[Top][All Lists]
Advanced

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

Re: Beaming rules may cause oddness when using hideNotes


From: Xavier Scheuer
Subject: Re: Beaming rules may cause oddness when using hideNotes
Date: Sat, 19 Mar 2011 13:32:21 +0100

On 19 March 2011 12:57, Phil Holmes <address@hidden> wrote:
>
> To my somewhat untutored eye, the output looks what I'd expect.  How would
> you expect it to appear?

Yeah, it took me time to understand the expected output as well.

Actually using  \autoBeamOff  in conjunction with  \hideNotes
(and  \unHideNotes \autoBeamOn ) permit to have the good result.
Of course, one could also use manual beaming.

\new Staff <<
 \new Voice { \voiceOne
   \set tieWaitForNote = ##t
   c''16~ b''~ <c'' b''>8~ b''2.
 }
 \new Voice { \voiceTwo
   s8
   \hideNotes \autoBeamOff
   c''~
   \unHideNotes \autoBeamOn
   c''8. d''16 c''2
 }
>>


Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>

Attachment: toto-good.png
Description: PNG image


reply via email to

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