The r\maxima is documented in paragraph 1.2.2 of the Notation Guide.  It
works for me, see below.
It is, of course, not right in perfect mode, with three breves to the long,
in which case each long rest should fill three spaces.

  \score {
    \relative c'' {
      \set Score.timing = ##f
      \set Score.defaultBarType = "empty"
      \override NoteHead #'style = #'neomensural
      \override Staff.TimeSignature #'style = #'neomensural
      \clef "petrucci-g"
        g1.  g2 \[ a\breve  g\breve c\breve b\longa \]
        g1.  g2 \[ a\breve  g\breve d'\breve c\longa \]
          \break
        g1.  g2 \[ g'\breve e\breve c\breve b\breve a\longa.\]
r\maxima
        f'1. f2 \[ e\breve  c\breve d\breve c\maxima \]
    }


  \layout {
    \context {
     \Voice
      \remove Ligature_bracket_engraver
      \consists Mensural_ligature_engraver
      }
    }
  }


On Fri, Jan 18, 2019 at 3:16 PM Mark Probert <probe...@gmail.com> wrote:

>
> Hi, all.
>
> In the project I'm working on, I've hit a need for a maxima (hooray!).
> Okay, it is -real- music, more pedagogic, but what the heck! It's a
> maxima!
>
> However, oddly (to me), the standard noteheads support a maxima rest,
> but not a maxima note. To get the notes, I need to slip into the
> Baroque, and there is some oblique reference to this in the
> documentation.
>
> Personally, I'm not sure why this is so. Any thoughts?
>
>  .. mark.
>
> ---
> \version "2.19.82"
>
> chant = \relative c { \clef bass e\maxima r\maxima e\longa r\longa }
> verba = \lyricmode { Large Long  }
>
> \score {
>   \new Staff <<
>     \new Voice = "melody" \chant
>     \new Lyrics = "one" \lyricsto melody \verba
>   >>
>   \layout {
>     \context {
>       \Staff
>       \override NoteHead.style = #'baroque
>       \remove "Time_signature_engraver"
>       \remove "Bar_engraver"
>     }
>   }
> }
> ---
>
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to