Hi,

2015-01-31 21:15 GMT+01:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:

> 2015-01-31 19:38 GMT+01:00 Rita Composer <ritacompo...@gmail.com>:
>
> What if, we have 2 note with ledgerline in 1 melisma
>> like here: in Sanctus (after Kyrie)
>> https://drive.google.com/file/d/0B1x9jbJPH9FkbmN1ZVY3VzdsaEk/view
>>
>
>> In the last but one version we could change the space after the c
>> I attached.
>>
>
> Ok, I'll take a look later on.
>

It looks fine for me.
See attached file.
However, there's a problem with the last ornament. I'll work on this asap.

Cheers,
Pierre
\version "2.18.2"
\include "modernGregorian.ily"
%\pointAndClickOff

\paper { 
  indent = 0
  top-margin = 15
  left-margin = 20
  right-margin = 20
  system-system-spacing = #'((minimum-distance . 16)) 
}

myMelody = \transpose c c' {
  \clef G
  \key a\major
  \omit Stem
  \melisma { e \lst a \sst f e \sst c \melisma { d \lst e } } e 
  \once\override Staff.BarLine.bar-extent = #'(0 . 2) \bar "|"
  \melisma { e \lst g r a \lst b } \melisma { \lst a g f e } 
  \once\override Staff.BarLine.bar-extent = #'(0 . 2) \bar "|"
  \melisma { e \lst a \sst f e \sst c \melisma d \lst e  } e 
  \once\override Staff.BarLine.bar-extent = #'(0 . 2) \bar "|"
  e cis d
  \bar "" \break
  cis b, \melisma { d \lst f e } \melisma { d \lst e } e
  \bar "|"
  e gis a b a gis b a
  \once\override Staff.BarLine.bar-extent = #'(0 . 2) \bar "|" \break
  \melisma { \lst g f e } \melisma { f \lst a } 
  \melisma { \lst e \sst c } \melisma { \lst d \melisma c } b,
  \bar "|"
  \melisma { d \lst f e } \melisma { d \lst e } \orn #1.5 e 
  \melisma { e \lst g r a \lst b } \melisma { \lst a g f e }
  \melisma { f \lst a \mst e \sst c \melisma d \lst e } e
  \bar "|"\break
  e gis a b a \melisma { \lst g f } e
  \once\override Staff.BarLine.bar-extent = #'(0 . 2) \bar "|"
  fis a e cis \melisma { \lst d \melisma c \melisma b, d \lst f e }
  \bar "" \break
  \melisma { d \lst e } e 
  \bar "|"
  \melisma { \lst e \sst c \melisma \lst d \melisma c \melisma b, d \lst f e }
  \melisma { d \lst e } e
  \once\override Staff.BarLine.bar-extent = #'(0 . 2) \bar "|"
  \melisma { e \lst g r a \lst b } \melisma { \lst a g f e }
  \melisma { f \lst a \mst e c \melisma \lst d \melisma c \melisma b, r r \lst f e f \lst g } 
  \melisma { \lst f e }
  \bar "||"
}

myLyrics = \lyricmode {
  \lal San -- ctus, 
  \lal San -- ctus,
  \lal San -- ctus,
  Dó -- mi -- nus
  De -- us Sá -- ba -- oth.
  Ple -- ni sunt cæ -- li et ter -- ra
  gló -- ri -- a tu -- a.
  Ho -- sán -- na \lal in \lal ex -- \lal cél -- sis.
  Be -- ne -- dí -- ctus, qui ve -- nit
  in nó -- mi -- ne \lal Dó --
  mi -- ni.
  \lal Ho -- sán -- na \lal in \lal ex -- \lal cél -- sis.
}

\score {
  <<
    \cadenzaOn
    \new Voice = MyMelody \myMelody
    \new Lyrics \lyricsto MyMelody \myLyrics
  >>
  \layout { }
  \header {
    piece = \markup { 
      \fontsize #9 \bold "601" 
      \fontsize #2 
      \raise #2.3 {
        \bold "Sanctus"
        \italic "(GrR VI. mise)"
      }
    }
  }
}

Attachment: sanctus.pdf
Description: Adobe PDF document

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

Reply via email to