It's not a major issue, but I cannot get the staff for the incipit to
align vertically with the staff of the following music.
It is about half a staff space too high.


​

I've tried everything I can think of...

The \general-align in the following makes no difference.


--------------------

\paper  { indent = 30 } % [mm]
incipitwidth = 25       % [mm]

discantusIncipit = \markup{

  \general-align #Y #1

  \score{

\new Staff
    <<
       \new Voice {
          \override NoteHead #'style = #'neomensural
          \override Rest #'style = #'neomensural
          \override Staff.TimeSignature #'style = #'neomensural
          \cadenzaOn
          \clef "petrucci-c1"
          \key c \major
          \time 2/2
          \relative c' {
            r\breve
          }
        }
    >>

    \layout {
      line-width = \incipitwidth
      indent = 2
    }

  } % end score

} % end discantusIncipit markup

\score {

\new Staff
    <<
\new Voice="discantusNotes" {

      \set Staff.instrumentName = \discantusIncipit

      \clef "treble"
      \time 4/2
      \key c \major
      \relative c''{
        r\breve
      }
    }
    >>

} % End score
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to