Hello,

I use these settings now, since this fits in the whole book (using
\include's and a mix of gregorian and western-traditional-notation).

But the size of Keys, accidentals and stems doesnt fit, and I dont
find how to override these...

(also #(layout-set-staff-size xx) doesnt have any effect)

Thanks in advance,

Franck

\version "2.18.0"
\include "gregorian.ly"
\score {
  <<
    \new VaticanaVoice = "cantus" {
      \override Staff.StaffSymbol.color = #black
      \override Staff.StaffSymbol.staff-space = #1.4 %(magstep 5)
      \override NoteHead.font-size = #4
      \clef "vaticana-do3"
      % here the music
    }
    \new Lyrics
    \with {
    \override LyricHyphen.minimum-distance = #2
    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing =
#'((basic-distance . 6))
    }
    \lyricsto "cantus"
    {
    here the text
    }
  >>
  \layout {
  ragged-last = ##f
  \context {
  \Score
  \override SpacingSpanner.packed-spacing = ##t
  }
  \context {
  \Lyrics
  \override LyricText #'font-size = #1
  }
  }
}

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

Reply via email to