bug-lilypond
[Top][All Lists]
Advanced

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

Re: tremolos in tablature


From: Dmytro O. Redchuk
Subject: Re: tremolos in tablature
Date: Mon, 23 Aug 2010 17:41:34 +0300
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon 23 Aug 2010, 10:29 Patrick Schmidt wrote:
> Hi all,
Hi!

(Un)fortunately, i know nothing about tablatures, so let's wait for some quite
possible feedback.

Tomorrow, if nothing happens (this is quite possible, too) i'll add this to 
tracker.

Thank you!

(below is overquote, nothing more)

> in the following example misplaced tremolos appear in tablature
> without \tabFullNotation. With \tabFullNotation the symbols are
> placed correctly but IMO in both cases the tremolo symbols are too
> massive in tablature (see attached pngs).
> 
> \version "2.13.30"
> 
> music = {
>   <c e g c' e'>4:16
>   \stemUp
>   \repeat tremolo 4 c'16
>   \repeat tremolo 2 { c16 d }
>   \repeat tremolo 4 { <c d>16 }
> }
> 
> \score {
>   <<
>     \new Staff {
>       \clef "treble_8"
>       \music
>     }
>     \new TabStaff {
>       %\tabFullNotation
>       \music
>     }
>   >>
> }
> 
> This seems to be a bug.
> 
> Workaround(s):
> 1) Use
> 
> \override TabVoice.StemTremolo #'transparent = ##t
> 
> within a TabStaff.
> 
> 2) Insert
> 
> \layout {
>     \context {
>       \TabVoice
>       \remove Stem_engraver
>     }
>   }
> at the end of the score block. This also removes the unwanted
> tremolo symbols in normal tablature but – as a side effect –
> shortens the tremolo symbol between two notes in standard notation
> (in this example between c and d). Why does this happen?
> 
> HTH
> patrick

-- 
  Dmytro O. Redchuk
  Bug Squad



reply via email to

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