lilypond-user
[Top][All Lists]
Advanced

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

Re: Tremolo question


From: Mike Dean
Subject: Re: Tremolo question
Date: Fri, 22 Dec 2017 09:23:12 -0500

Just needed to add the \once command (since I have other tremolos --tremolii???-- that behave ok)

\version "2.19.80"

\language "english"

\new Staff {
  
  \clef bass 
  \relative c
  
  \repeat tremolo 8 { 
   \once  \override Beam.positions = #'(0 . 1)  
    bf,16 b' }

Inline image 1
Without the \once command, the other tremolos are further slanted, which is not desirable:

Inline image 2
Thanks again!!

}

Mike Dean

On Fri, Dec 22, 2017 at 9:14 AM, Mike Dean <address@hidden> wrote:
more looking for slanted tremolo lines (like the 0.1 slant)

Mike Dean

On Fri, Dec 22, 2017 at 9:09 AM, Ben <address@hidden> wrote:
On 12/22/2017 8:24 AM, Mike Dean wrote:
The tremolo construct 
\clef bass \repeat tremolo 8 { bf,16 bf' }

produces the output:

Inline image 1

is there a setting that can angle the tremolo so that the left end is closer to the lower note?
Mike Dean


Mike,

Not sure it will look "perfect" or "better" but, did you mean something like this?

\version "2.19.80"

\language "english"

\new Staff {
 
  \clef bass
  \relative c
 
  \repeat tremolo 8 {
    \override Beam.positions = #'(0 . 1) 
    bf,16 b' }
}


Maybe  \override Beam.positions = #'(-1 . 1)  is what you want?
You want a slant or actually closer to the note itself?

I think what you had was close...

(see attached)



_______________________________________________
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]