lilypond-user
[Top][All Lists]
Advanced

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

Re: Incipit default notehead.style


From: Johannes Roeßler
Subject: Re: Incipit default notehead.style
Date: Wed, 5 Apr 2017 20:52:42 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hi Simon,

sorry, you are right - unfortunately its working fine in the minimal example:

\version "2.19.58"
\score {
  \new Staff <<
    \new Voice = Tenor {
      \set Staff.instrumentName = #"Tenor"
      \incipit { \override NoteHead.style = #'default \clef "soprano"  c'2 }
      \clef "treble_8"
      c'2
    }

  >>
  \layout
  {
    indent = 5\cm
    incipit-width = 3\cm
  }
}

- in my bigger example its not working...

So let me rephrase my question: the position in the incipit notes would be the recommended position?
I assume this is overwritten somewhere :(

thx, Joei
Am 05.04.2017 um 20:06 schrieb Johannes Roeßler:
I'd like to have an incipit with modern notation styles in 2.19 - but what ever I do - I get neomensural noteheads.
I tried to place \override NoteHead.style = #'default or \override Staff.NoteHead.style = #'default several places,
without success.

It’s almost always helpful to have a tiny example to start working from, so please supply one. :-)

Best, Simon



reply via email to

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