lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tremolo repeats and groups of notes


From: Marco Bagolin
Subject: Re: Tremolo repeats and groups of notes
Date: Thu, 12 Apr 2018 09:24:32 +0000

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 \tuplet 3/2 { c,8:16 ees?8:16 aes8:16 } c4|

}

But final output is not the same of the imagine.


Il giorno gio 12 apr 2018 alle 08:30 Malte Meyn <address@hidden> ha scritto:


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 nicely formatted.

For your second question:

        \set Timing.subdivideBeams = ##t
        \set Timing.baseMoment = #(ly:make-moment 1/8)

For your first question:

You could try something like

        \override StemTremolo.slope = #0.5

but I’d recommend not to try to copy the notation you posted exactly
because the tremolo beams should be near the beams (see also Gould,
“Behind Bars”).

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

[Prev in Thread] Current Thread [Next in Thread]