lilypond-user
[Top][All Lists]
Advanced

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

Re: hairpins collide with markup


From: Ben
Subject: Re: hairpins collide with markup
Date: Wed, 14 Aug 2019 20:58:24 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 8/14/2019 6:04 PM, Rachel Knight via lilypond-user wrote:
Hi,
In a piece I am working on, the markups are colliding with crescendo and decrescendo markings. I finished a different piece that had both hairpins and markups where the markups were perfectly placed below the crescendo. Any idea what is wrong with this score?

Best,
Rachel

\version "2.19.81"

\language "english"

pedaldn = \markup \concat \vcenter \center-align {D \natural}
pedalan = \markup \concat \vcenter \center-align {A \natural}
pedaldf = \markup \concat \vcenter \center-align {D \flat}
pedalgf = \markup \concat \vcenter \center-align {G \flat}


up = {\change Staff = "treble"}
down = {\change Staff = "bass"}

Treble = { s2.*2}

Bass = \relative c {
  \clef bass
  \time 6/8
\down gf16\<-\pedalgf -\markup {C \natural} ef' gf \up bf ef ef \down gf,, ef' bf' \up c ef ef |
\down f,,-\pedalan-\pedaldn c' a' \up c f a \down bf,,-\pedaldf f' bf \up df f bf\! |
}

\score {
  {

  \new GrandStaff
  <<
  \new Staff = treble { \Treble }
\new Staff = bass { \Bass }
  >>

  }

}

Hi Rachel,

If you inspect the log, you'll see the following error/warning:

warning: Change_iterator::process (): Staff = `bass':
document.ly:12:9: warning: cannot change `Staff' to `bass': not changing to same context type: Staff
down = {
        \change Staff = "bass"}




reply via email to

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