Hello,

does anybody have an idea how to work around issue 4633 <https://sourceforge.net/p/testlilyissues/issues/4633/>? The problem is that the MMR should use the same glyph as `r\breve`, but it doesn’t iff the staff is explicitly instantiated _and_ Timing_translator is moved to Staff level. I don’t know of any way to override this glyph choice…

Thanks in advance,
Simon
\version "2.19.27"
\paper { #(set-paper-size "a10" 'landscape) indent = 0 }
#(ly:set-option 'point-and-click #f)
\header { tagline = ##f }

voiceOne = \relative {
  \time 4/2
  R\breve
}

\score {
  % comment to trigger bug
  \new Staff
  \voiceOne
}

\layout {
  \context {
    \Score
    \remove "Timing_translator"
  }
  \context {
    \Staff
    \consists "Timing_translator"
  }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to