Quoting Marek Klein <ma...@gregoriana.sk>:

Hi,
something like this?

\version "2.13.2"

pattern = { \cadenzaOn e'4 e'2. e'1 e'\breve e'\longa \bar "|" }
pmensural = {
    \set fontSize = #6
    \override NoteHead  #'style = #'mensural
    \pattern
}
\score {
<<
\new Staff {
      \override Staff.InstrumentName #'self-alignment-X = #LEFT
      \set Staff.instrumentName = "mensural "
      \pmensural
}

Yes, thank you! This is almost what I want. Can I also put the
instrument information on several lines, for instance

  mensural
  notation

?

Thanks again,

Denis



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to