"Phil Holmes" <m...@philholmes.net> writes:

>> No.  The real problem is that \voiceOne and/or \voiceTwo do not take
>> hold for some reason.  If they did, the example would just work fine.
>> Probably something grace-related.
>>
>> Please let us find and fix the real problem instead of meddling with its
>> symptoms.
>
> Good point - well spotted.  I'll have another look tomorrow.

In a nutshell:

\relative c'' { \voiceOne
                \grace { c16 } \repeat unfold 16 c
              }

does not work.  Even more annoyingly, not even

\context Voice \with \settingsFrom \voiceOne
\relative c'' {
                \grace { c16 } \repeat unfold 16 c
              }

works.  And not even

\relative c'' {
                \grace { c16 } \repeat unfold 16 c
              }

\layout {
  \context {
    \Voice
    \settingsFrom \voiceOne
  }
}

which should also cover implicitly generated voices has a chance to get
its settings through to _any_ note.  There is something very rotten
going on here.

-- 
David Kastrup

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

Reply via email to