Hi David and thank you,
I'll do it the way you suggest.Anyway that's strange, because the simpler 
following code works fine to me.

\tuplet 3/2 {

    << { \override NoteColumn.force-hshift = #-0.6 e2 a, cis } 

       \\ { \override NoteColumn.force-hshift = #0.6 d g, b } >>

  }


In general this problem happens when the various notes inside the tuplet/<<>> 
have different duration. Is this possible?


Luca

Date: Wed, 28 Jan 2015 15:03:01 -0600
Subject: Re: visibility of tuplet
From: [email protected]
To: [email protected]; [email protected]

Hi Luca,
On Wed, Jan 28, 2015 at 2:56 PM, Luca Danieli <[email protected]> wrote:



Hi all,
I cannot show the tuplet in the next example. Does it happen to anyone else? 
Does anyone know why?

\tuplet 3/2 {

    << { fis2 b4 }

       \\ { e,2 a4 } >>

  } <b e\harmonic>2:32\fermata |


Apparently, you need to create a tuplet for each voice:
{  << \tuplet 3/2 { fis2 b4 }     \\ \tuplet 3/2 { e,2 a4 } >>  <b 
e\harmonic>2:32\fermata |}
--David                                           
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to