bug-lilypond
[Top][All Lists]
Advanced

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

MMR wrong glyph


From: Simon Albrecht
Subject: MMR wrong glyph
Date: Sun, 4 Oct 2015 11:41:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hello,

in the following snippet the MMR should be displayed with the "rests.M1" glyph (vertical bar between two staff lines). But with Timing_translator moved to staff level, this works only if the staff is not explicitly instantiated (uncomment `\new Staff` to test), else the whole rest glyphs are used.

%%%%%%%%%%%%%%%%%%%%
\version "2.19.27"

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"
  }
}
%%%%%%%%%%%%%%%%%%%%

Yours, Simon

Attachment: mmr-wrong-glyph.ly
Description: Text Data

Attachment: mmr-wrong-glyph.png
Description: PNG image


reply via email to

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