Hi All,

Really great.

Another problem of us, taht we use
 \language "deutsch"
which means we have h instead of b
Now it can cause a bit difficulty like this in the attechement.

Another not a "big" proble, just a bit :-) that when we write a music in A
mayor, outside the melisma we have to write "cis"
inside a melisma a "c". Is it complicated to unite? Either cis or c ?

Thank you!
Sister Judit




2015-02-01 0:22 GMT+01:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:

> 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.19.15"
\include "modernGregorian.ily"
%\pointAndClickOff


%%??%%

\language "deutsch"



\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 h } \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 h, \melisma { d \lst f e } \melisma { d \lst e } e
  \bar "|"
  e gis a h a gis h 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 } h,
  \bar "|"
  \melisma { d \lst f e } \melisma { d \lst e } \orn #1.5 e 
  \melisma { e \lst g r a \lst h } \melisma { \lst a g f e }
  \melisma { f \lst a \mst e \sst c \melisma d \lst e } e
  \bar "|"\break
  e gis a h 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 h, d \lst f e }
  \bar "" \break
  \melisma { d \lst e } e 
  \bar "|"
  \melisma { \lst e \sst c \melisma \lst d \melisma c \melisma h, 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 h } \melisma { \lst a g f e }
  \melisma { f \lst a \mst e c \melisma \lst d \melisma c \melisma h, 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)"
      }
    }
  }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to