lilypond-user
[Top][All Lists]
Advanced

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

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


From: Pierre Perol-Schneider
Subject: Re: CHanging key.size, accidental.size and stem.size in gregorianMusic
Date: Tue, 27 Jan 2015 09:31:40 +0100

Thank you Franck,


For some reason, I did not find any way to change the flexa stem length.
For more details see "gregorian.ly" file and: http://www.lilypond.org/doc/v2.19/Documentation/internals/vaticana_002dligature_002dinterface
Here's where I am so far:

\version "2.18.0"
\include "gregorian.ly"

\score {
  <<
    \new VaticanaVoice = "cantus"
    {
      \clef "vaticana-do3"
      f
      \[ g \pes a \] a
        -\tweak Y-offset #-.3 -\tweak font-size #2 \ictus
        d' c'
      \[ c' \flexa
        \tweak Accidental.X-offset #-4.7 bes
        \] a
      \[ a
        -\tweak Y-offset #2.2 -\tweak thickness #4 \episemInitium
        \flexa g \episemFinis \]
      \divisioMaior
      s a \tweak Accidental.X-offset #-1.4 bes a
      \[ g \flexa f \] e
      \[ f \flexa e \] \augmentum d
      \finalis
      %%%%%%%
    }
    \new Lyrics
    \with {
      \override LyricHyphen.minimum-distance = #2 % Pierre: .7
      \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 6))
    }
    \lyricsto "cantus"
    {
      Ro -- ra -- _ te "* cœ" -- \markup{li \with-color #white b} de
      -- _ su -- per _
      et nu -- bes plu -- _ ant Jus -- _ tum.
    }
  >>
  \layout {
    ragged-last = ##f
    #(layout-set-staff-size 40)
    \context {
      \Score
      \override SpacingSpanner.packed-spacing = ##f
    }
    \context {
      \VaticanaStaff
      \override StaffSymbol.color = #black
      \override LedgerLineSpanner.color = #black
      \override StaffSymbol.staff-space = #2 %(magstep 5)
      \override VaticanaLigature.thickness = #1.3
    }
    \context {
      \Lyrics
      \override LyricText.font-size = #-3
    }
  }
}


HTH,
Pierre



2015-01-27 3:42 GMT+01:00 Ali Cuota <address@hidden>:
Hello,

Here it is, although this is a little longer. The attachment is what I get.
I need bigger gregorian scores to fit in the rest of the book (common
western notation).

\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"
      f
      \[ g \pes a \] a
        -\tweak Y-offset #-.2 \ictus
        d' c'
      \[ c' \flexa
        \tweak Accidental.X-offset #-5.2 bes
        \] a
      \[ a
        -\tweak Y-offset #1.8 \episemInitium
        \flexa g \episemFinis \]
      \divisioMaior
      s a \tweak Accidental.X-offset #-1.4 bes a
      \[ g \flexa f \] e
      \[ f \flexa e \] \augmentum d
      \finalis
      %%%%%%%
    }
    \new Lyrics
    \with {
    \override LyricHyphen.minimum-distance = #2 % Pierre: .7
    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing =
#'((basic-distance . 6))
    }
    \lyricsto "cantus"
    {
      Ro -- ra -- _ te "* cœ" -- \markup{li \with-color #white b} de
-- _ su -- per _
      et nu -- bes plu -- _ ant Jus -- _ tum.
    }
  >>
    \layout {
ragged-last = ##f
\context {
\Score
\override SpacingSpanner.packed-spacing = ##f
}
  \context {
   \Lyrics
   \override LyricText #'font-size = #1
  }
  }
}

2015-01-26 16:34 GMT-05:00, Schneidy <address@hidden>:
> Hi Franck,
> please provide a compilable example.
>
> Cheers,
> Pierre
>
>
>
> -----
> ~Pierre
> --
> View this message in context:
> http://lilypond.1069038.n5.nabble.com/CHanging-key-size-accidental-size-and-stem-size-in-gregorianMusic-tp171003p171058.html
> Sent from the User mailing list archive at Nabble.com.
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>


reply via email to

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