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