lilypond-user
[Top][All Lists]
Advanced

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

CHanging key.size, accidental.size and stem.size in gregorianMusic


From: Ali Cuota
Subject: CHanging key.size, accidental.size and stem.size in gregorianMusic
Date: Sun, 25 Jan 2015 20:30:22 -0500

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
  }
  }
}



reply via email to

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