Dear Pierre,

Thank you for correcting something in connection with the dots,
But we have still a problem with it. The program puts one dot in a right
place and  plus one above...
I attached.

Thank you!
Sister Judit

>
>
\version "2.19.15"
\include "modernGregorian.ily"
%\pointAndClickOff
\language "deutsch"
\header { 
  tagline = ##f
}

melisma = #(define-music-function (parser location mus)
             (ly:music?)
             #{
               { \neume { $mus } \omit Accidental h }
             #})



myMelodyantifónaNégy = \transpose c c' {
  \clef G
  \omit Stem
  \key d\major
 \melisma { f4 g \lst a4.}  %%%% <-- double dot... how to make it simple? 
 
 
 
  \bar "|."
}
myLyricsantifónaNégy = \lyricmode {
 
  
}
\score {
  <<
    \cadenzaOn
    \new Voice = MyMelodyantifónaNégy \myMelodyantifónaNégy
    \new Lyrics \lyricsto MyMelodyantifónaNégy \myLyricsantifónaNégy
  >>
  \layout { }
  \header {
    piece = \markup {      
      \fontsize #2 
      {
        \bold "4."
        "Kórus: "               
      }    
    }
  }
}

\paper { 
  indent = 0
  top-margin = 15
  left-margin = 20
  right-margin = 20
  system-system-spacing = #'((minimum-distance . 16)) 
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to