lilypond-user
[Top][All Lists]
Advanced

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

Re: tremolo


From: Tiago Morin
Subject: Re: tremolo
Date: Thu, 13 Dec 2007 22:56:40 +0000

Hi Stefan,

Sometimes I find myself in situations where problems don't seem to
have any obvious solutions. In such cases I try to tune the object to
my needs. In this case:
    {
\once \override Beam #'positions = #'(-8 . -8)
\repeat "tremolo" 8 { <c, e,>16  e 16 }
 \repeat "tremolo" 4 { <c f, >16 f16 }
\repeat "tremolo" 4 {<cis f,>16 f16 }
\once \override Beam #'positions = #'(-6 . -6)
\repeat "tremolo" 8 {<cis g>16 f16 }
\repeat "tremolo" 4 {<d g>16 f16 }
 \repeat "tremolo" 4 {<d gis>16 e16 }
\once \override Beam #'positions = #'(-6 . -6)
\repeat "tremolo" 8 {<d a>16 f16 }
\once \override Beam #'positions = #'(-6 . -6)
 \repeat "tremolo" 8 {<d b>16 f16 }

this might reduce the ugliness of your score.

Maybe anyone has any idea why the beam is not directed down as it is a
second voice in a staff????

Tiago


On Dec 13, 2007 9:38 PM, Stefan Thomas <address@hidden> wrote:
> Dear Lilypondusers,
> I have a special problem with tremolo. What could be the reason, that
> the below quoted file looks so strange?
>
> \version "2.10.10"
> upper =  \relative c'
>  {
> \clef treble
> \key c \major
> \time 4/4
> <e c >1^\markup { Grundgeruest, Textstelle:  ''Er schwur mit tausend
> Eiden'' }  <f c > <g d > \break
> << {e'2.^\markup {dasselbe, verziert mit chromatischen Durchgaengen}
> c4 f2. e4 cis1 d4 r f2. f,4 a2. g4} \\
>      {
> \repeat "tremolo" 8 { <c, e,>16  e 16 }
>  \repeat "tremolo" 4 { <c f, >16 f16 }
> \repeat "tremolo" 4 {<cis f,>16 f16 }
> \repeat "tremolo" 8 {<cis g>16 f16 }
> \repeat "tremolo" 4 {<d g>16 f16 }
>  \repeat "tremolo" 4 {<d gis>16 e16 }
> \repeat "tremolo" 8 {<d a>16 f16 }
>  \repeat "tremolo" 8 {<d b>16 f16 }
> }>>
> f2 e4 r \break
> }
>
>
> lower = \relative c {
> \clef bass
> \key c \major
> \time 4/4
> gis1 a b
> gis a b~ b2. r4 g1~ g2 r
> }
>
> \score {
> \new PianoStaff <<
> \set PianoStaff.instrumentName = "Klavier "
> \new Staff = "upper" \upper
> \new Staff = "lower" \lower
> >>
> \layout { }
> }
> \header {title = "Tristan, Szene 3, Akt 1" subtitle = "Deutung
> einiger harmonisch komplizierter Stellen" }
> Stefan Thomas
> Siebengebirgsallee 9
> 50939 Köln
> Tel.Fax:0049(0)221/412529
> mail: address@hidden
>
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>




reply via email to

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