Re: Tremolo repeats and groups of notes

2018-04-13 Thread Malte Meyn
Am 12.04.2018 um 19:25 schrieb Mark Stephen Mrotek: Marco, In the attached I got the beaming you want. Do not know how to give each tuplet is own 3. Have a look at my answer to that question: setting subdivideBeams (and baseMoment) is way easier than setting stemLeftBeamCount and

RE: Tremolo repeats and groups of notes

2018-04-12 Thread Mark Stephen Mrotek
rg] On Behalf Of Noeck Sent: Thursday, April 12, 2018 11:28 AM To: lilypond-user@gnu.org 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

Re: Tremolo repeats and groups of notes

2018-04-12 Thread Noeck
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 lilypond-user@gnu.org

Re: Tremolo repeats and groups of notes

2018-04-12 Thread Simon Albrecht
On 12.04.2018 11:24, Marco Bagolin wrote: But final output is not the same of the image. Often what LilyPond does is better than what other computer-engraved editions (even by major publishers) do. Best, Simon ___ lilypond-user mailing list

Re: Tremolo repeats and groups of notes

2018-04-12 Thread Marco Bagolin
Ty Meyn, I solved the second question using your proposal of code. I did not solved the first question. Here following my working example: \version "2.18.2" \relative c' { \time 4/4 \key bes \major \tuplet 3/2 { d8:16 -\markup { \tiny \italic { rep. notes opt. }} \f f8:16 bes8:16 } d4

Re: Tremolo repeats and groups of notes

2018-04-12 Thread Marco Bagolin
I am trying, but I don't find the correct sintax... Il giorno gio 12 apr 2018 alle 14:56 Malte Meyn ha scritto: > > > Am 12.04.2018 um 11:24 schrieb Marco Bagolin: > > I solved the second question using your proposal of code. > > > > I did not solved the first question.

Re: Tremolo repeats and groups of notes

2018-04-12 Thread Malte Meyn
Am 12.04.2018 um 15:11 schrieb Marco Bagolin: I am trying, but I don't find the correct sintax... Just add the \override command somewhere at the start of music. \version "2.18.2" \relative c' { \override StemTremolo.slope = 0.5 \time 4/4 \key bes \major \tuplet 3/2 { d8:16

Re: Tremolo repeats and groups of notes

2018-04-12 Thread Malte Meyn
Am 12.04.2018 um 11:24 schrieb Marco Bagolin: I solved the second question using your proposal of code. I did not solved the first question. Have you tried overriding the slope? And have you read my recommendation? Probably it would be possible to bring the StemTremolos nearer to the note

Re: Tremolo repeats and groups of notes

2018-04-12 Thread Malte Meyn
Am 12.04.2018 um 07:13 schrieb Marco Bagolin: Hi all, please someone can help me? Hi Mark, please always give minimal *working* examples. Your code doesn’t compile. Also it would be better to write simple text emails instead of HTML, because then it’s easier to copy the code and have it

Re: Tremolo repeats and groups of notes

2018-04-12 Thread Jacques Menu Muzhic
Hello Marco, None of your examples compile with 2.19.80, which complains about spurious expression in \score messages. How did you copy/paste the code into your post? You can also attach the files to the message. JM > Le 12 avr. 2018 à 07:13, Marco Bagolin a écrit :