On Friday 09 December 2005 02.37, Jonatan Liljedahl wrote:
> The below snippet shows a bug, the d,, note isn't affected by the
> octavation: (see bug.png)
> Any tips?
The problem is that the \clef command is executed after the \octdn command;
this overrides the middleCPosition property. This can
The below snippet shows a bug, the d,, note isn't affected by the
octavation: (see bug.png)
\version "2.7.20"
staffUp = \change Staff = up
staffDn = \change Staff = dn
octdn = { #(set-octavation -1) }
octno = { #(set-octavation 0) }
\new PianoStaff <<
\context Staff = "up" {