Hi all,

Can anyone explain to me why the second system doesn't work, while the last
one does? Can't I use \override commands inside a \autochange block?

\version "2.19.28"

\markup{"no override, no problems"}
\new PianoStaff \autochange {
  a\p\< d' g f'\f
}

\markup{"autochange doesn't work here"}
\new PianoStaff \autochange {
  \override PianoStaff.DynamicText.stencil = ##f
  \override PianoStaff.Hairpin.stencil = ##f
  a\p\< d' g f'\f
}

\markup{"autochange works fine here"}
\new PianoStaff {
  \override PianoStaff.DynamicText.stencil = ##f
  \override PianoStaff.Hairpin.stencil = ##f  
  \autochange {    
    a\p\< d' g f'\f
  }
}

<http://lilypond.1069038.n5.nabble.com/file/n184278/16.png> 

Cheers,
Gilberto



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/autochange-and-override-of-dynamics-and-hairpins-tp184278.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to