Noeck
In the model presented each group of three 16ths had its own 3.
I see the "4" in your code for the tuplets.
>From that I can change my solution (see attached.)
Mark
-----Original Message-----
From: lilypond-user
[mailto:[email protected]] On Behalf Of
Noeck
Sent: Thursday, April 12, 2018 11:28 AM
To: [email protected]
Subject: Re: Tremolo repeats and groups of notes
Am 12.04.2018 um 19:25 schrieb Mark Stephen Mrotek:
> Do not know how to give each tuplet is own 3.
Was that a question?
\tuplet 3/2 4 { a8 b c a b c a b c a b c }
Cheers,
Joram
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
\version "2.19.80"
\relative c {
\clef bass
\time 4/4
\key bes \major
r8
\tuplet 3/2 8 {f16 \upbow -\markup { \line {\concat { \dynamic p } \italic { accel. e cresc. }}}
f f
ges16 ges16
\set stemRightBeamCount = #1
ges16
\set stemLeftBeamCount = #1
aes16 aes16 aes16]
bes16 bes16
\set stemRightBeamCount = #1
bes16
\set stemLeftBeamCount = #1
c16 c16 c16
d16 d16
\set stemRightBeamCount = #1
d16
\set stemLeftBeamCount = 1
ees16 ees16 ees16 }|
f1|
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user