Re: \hideNotes hides too many dots

2017-06-20 Thread Robin Bannister
Thomas Morley wrote: I've no clue how this _could_ be fixed. I failed to identify the code responsible for dropping one dot either. In 2.18.2 this is note-collision.cc, which comments: > when merging identical heads, dots on the down-stem head disappear Further down, dot_wipe_head triggers su

Re: \hideNotes hides too many dots

2017-06-19 Thread Thomas Morley
2017-06-18 12:32 GMT+02:00 Simon Albrecht : > Hello, > > this is an exemplary use case for \hideNotes: > > % > \version "2.19.55" > > \new Staff << > \new Voice { > \voiceOne > c''16 e''16~ > \hideNotes > e''4. > } > \new Voice { > \voiceTwo > c''8~ \on

\hideNotes hides too many dots

2017-06-18 Thread Simon Albrecht
Hello, this is an exemplary use case for \hideNotes: % \version "2.19.55" \new Staff << \new Voice { \voiceOne c''16 e''16~ \hideNotes e''4. } \new Voice { \voiceTwo c''8~ \oneVoice 4. } >> % However, \hideNotes also manages to hi