lilypond-user
[Top][All Lists]
Advanced

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

the note in removed tag still affects the following pitch


From: Jinsong Zhao
Subject: the note in removed tag still affects the following pitch
Date: Mon, 22 Dec 2014 11:05:22 -0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Hi there,

In the following snippet, \removeWithTag #'b have a different effect with commenting the line of \tag #'b. It seems that the pitch after \tag #'b also affected by the removed tagged expression.

\version "2.19.15"

music = \relative c'' {
  \clef "treble"
  \key ees \major
  \time 4/4
  \tempo 4 = 90
    ees4 ees'2.
         \tag #'b {aes'2.}
    ees,4 ees'2.
    aes,1
}

\new Voice {
  \removeWithTag #'b
  \music
}

Any suggestion or comment will be really appreciated.

Best regards,
Jinsong



reply via email to

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