lilypond-user
[Top][All Lists]
Advanced

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

Re: Maxima...


From: Mark Probert
Subject: Re: Maxima...
Date: Sat, 19 Jan 2019 10:03:19 +1100

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

Attachment: maxima-b.png
Description: PNG image


reply via email to

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