lilypond-user
[Top][All Lists]
Advanced

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

Offset incipit staff


From: Bockett Hunter
Subject: Offset incipit staff
Date: Sun, 13 Aug 2017 14:57:01 -0400

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



reply via email to

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