X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fgregorian.ly;h=af073aa42d0f3265cb1daa4dcf6e9e55414bb640;hb=908534b89a906e46c3135367432d1da1979fe4e7;hp=30a556ae0b5b1be23625a476a8ba89eeb0888743;hpb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;p=lilypond.git diff --git a/ly/gregorian.ly b/ly/gregorian.ly index 30a556ae0b..af073aa42d 100644 --- a/ly/gregorian.ly +++ b/ly/gregorian.ly @@ -3,7 +3,7 @@ $Id$ %} -\version "2.10.0" +\version "2.15.10" % % Declare memorable shortcuts for special unicode characters @@ -138,6 +138,7 @@ finalis = { % Workaround: add padding. Correct fix would be spacing engine handle this. \once \override BreathingSign #'extra-X-extent = #'(-1.0 . 0) + \once \override BreathingSign #'extra-spacing-height = #'(-0.5 . 0.5) \breathe } @@ -149,8 +150,6 @@ accentus = #(make-articulation "accentus") ictus = #(make-articulation "ictus") semicirculus = #(make-articulation "semicirculus") circulus = #(make-articulation "circulus") -episemInitium = \startTextSpan -episemFinis = \stopTextSpan % % \augmentum increases the dot-count value of all note heads to which @@ -223,17 +222,12 @@ ligature = #(define-music-function % \layout { indent = 0.0 - packed = ##t - %%% TODO: should raggedright be the default? + %%% TODO: should ragged-right be the default? %ragged-right = ##t ragged-last = ##t - %%% FIXME: line-thickness should be set here to a slightly - %%% thicker value as the default; but we can not set it here, - %%% since neither \staff-space nor #staff-space is yet defined - %%% when lily comes across the following line. - %line-thickness = \staff-space / 7.0 + line-thickness = #(/ (ly:output-def-lookup $defaultpaper 'staff-space) 7.0) \context { \VaticanaStaff @@ -299,7 +293,7 @@ neumeDemoLayout = \layout { \override StaffSymbol #'transparent = ##t \remove "Time_signature_engraver" \remove "Bar_engraver" - \override VerticalAxisGroup #'minimum-Y-extent = ##f + \override VerticalAxisGroup #'staff-staff-spacing = #'() } \context { \Voice @@ -307,6 +301,7 @@ neumeDemoLayout = \layout { \consists Vaticana_ligature_engraver \override NoteHead #'style = #'vaticana.punctum \override Stem #'transparent = ##t + \override Flag #'transparent = ##t } }