bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bug Report: Duplicated Tempo and key signature


From: James
Subject: Re: Bug Report: Duplicated Tempo and key signature
Date: Sun, 14 Oct 2012 21:39:57 +0100

Hello,

On 14 October 2012 21:09, Songmuh Jong <address@hidden> wrote:
>> I'm not top posting.
>
> % duplicated tempo printed
> % key signature appearsduped
> % This only happens when the bass starts with \appoggiatura
>
> \version "2.14.2"
>
> upper = \relative c' {
>         \key g \major
>         \time 4/4
>
>         \clef treble
>         r2_\markup{ \italic \bold \tiny "marcato" } \appoggiatura cis8-2 d2-3
>
>
> }
>
> lower = \relative c {
>         \key g \major
>         \clef bass
>         \appoggiatura cis8-2 d2-1 r2
>
> }
>
>
> \book {
>     \score {
>         \new PianoStaff  <<
>                 \context Staff = "upper"  {
>                         \upper
>                 }
>                 \context Staff = "lower"  {
>                         \lower
>                 }
>         >>
>
>         \layout { }
>
>     }
>
> }
>

You should at least use current stable (2.16).

This is what I get when I use that and your example.

I cannot see for example where your 'tempo' mark is as you are not using \tempo.

Anyway, Is the same as what you are getting?

James

Attachment: 2_16_example.png
Description: PNG image


reply via email to

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