Bockett wrote:
> 
> But you're right--If I delete
>       \override NoteHead #'style = #'neomensural
> I don't get anything for the maxima note.
> 
Right. This seems incorrect behavior. Having a hole just
doesn't seem the right thing to do...

For reference:

---
chant = \relative c { \clef bass 
          e\maxima r\maxima 
          \override NoteHead.style = #'baroque
          e\maxima r\maxima 
          \override NoteHead.style = #'neomensural
          e\maxima r\maxima 
          \override NoteHead.style = #'petrucci
          e\maxima r\maxima 
}
verba = \lyricmode { Standard Baroque Neomensural Petrucci }

\score {
  \new Staff <<
    \new Voice = "melody" \chant 
    \new Lyrics = "one" \lyricsto melody \verba 
  >>
  \layout { 
    \context {
      \Staff
      \remove "Time_signature_engraver"
      \remove "Bar_engraver"
    }
  }
---
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to