lilypond-user
[Top][All Lists]
Advanced

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

Re: Fwd: staves with example notes, ancient and modern


From: Denis . Roegel
Subject: Re: Fwd: staves with example notes, ancient and modern
Date: Wed, 12 Aug 2009 16:55:37 +0200
User-agent: Internet Messaging Program (IMP) 4.3.3

Quoting Marek Klein <address@hidden>:

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





reply via email to

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