bug-lilypond
[Top][All Lists]
Advanced

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

Re: \tag doesn't skip music properly


From: Werner LEMBERG
Subject: Re: \tag doesn't skip music properly
Date: Tue, 28 Sep 2004 10:50:03 +0200 (CEST)

> sorry, I don't understand. What is the problem?

  foo = \relative c' {
    \tag #'xxx { c2 ges' | }
    \tag #'yyy { c2 fis | }
    a1 |
  }

In the image you should get (in absolute pitches)

   upper staff: c' ges' a'
   lower staff: c' fis' a'

but because of the bug lilypond sees (in relative pitches)

   c ges' c fis a

which is in absolute pitches:

   c' ges' c'' fis'' a''

causing the wrong result as seen in the image.


    Werner




reply via email to

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