RE: visibility of tuplet

2015-01-28 Thread Luca Danieli
No, sorry,
I made a mistake.
In neither cases the tuplet is shown.I'll follow your suggestion, thanks!
ByeLuca

From: mr.luce...@hotmail.it
To: david.nales...@gmail.com; lilypond-user@gnu.org
Subject: RE: visibility of tuplet
Date: Wed, 28 Jan 2015 22:11:33 +0100




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: david.nales...@gmail.com
To: mr.luce...@hotmail.it; lilypond-user@gnu.org

Hi Luca,
On Wed, Jan 28, 2015 at 2:56 PM, Luca Danieli mr.luce...@hotmail.it 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\harmonic2: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\harmonic2:32\fermata |}
--David 
  ___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RE: visibility of tuplet

2015-01-28 Thread Luca Danieli
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: david.nales...@gmail.com
To: mr.luce...@hotmail.it; lilypond-user@gnu.org

Hi Luca,
On Wed, Jan 28, 2015 at 2:56 PM, Luca Danieli mr.luce...@hotmail.it 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\harmonic2: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\harmonic2:32\fermata |}
--David   ___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: visibility of tuplet

2015-01-28 Thread David Nalesnik
Hi Luca,

On Wed, Jan 28, 2015 at 2:56 PM, Luca Danieli mr.luce...@hotmail.it 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\harmonic2: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\harmonic2:32\fermata |

}

--David
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user