lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord Tremolo between staves


From: Mats Bengtsson
Subject: Re: Chord Tremolo between staves
Date: Thu, 08 Feb 2007 16:25:48 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

Why make such a complicated example. I think the following example looks
just as ugly:
\version "2.11.16"
\relative c'''{    \repeat tremolo 32{ g64 a }}

I forward your email to bug-lilypond.

For the record, the resulting score looks the same also in version 2.8.

  /Mats

René Brandenburger wrote:
Hi list,

i'm not sure if this should be considered a bug or if tweaking some
settings may help, but in the following snippet, the tremolo bars touch
the note heads as shown in the attached file.

\version "2.11.16"
\new PianoStaff {
        \set PianoStaff.instrumentName = \markup {1\super{er} Piano}
        \time 4/4
        <<
\context Staff = "RH" { % Right hand \clef treble
                \key c \major
                \relative c' {
                        \skip 1 |
                        r1 |
                }
        }
\context Staff = "LH" { % Left hand \clef bass
                \key c \major
                \clef treble
                \relative c
                \repeat tremolo 32
                {
{ <g'' d' g>64
                                \change Staff = RH
                                #(set-octavation 1)
                        }
                        {
                                <a' d a'>64
                                #(set-octavation 0)
                                \change Staff = LH
                        }
                } |
                r1 |
        }
        >>
}
------------------------------------------------------------------------

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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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