Dear Users,
We have still a problem with the dots. The program puts one dot in a right
place and plus one above...
A tiny example is attached!
Thank you for checking it!
Sister Judit
2015-02-03 20:08 GMT+01:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:
> Thank you all for your kind support.
> I'm a litlle busy for the moment but will come back asap!!
>
> @ Werner: yes no problem at all to change the "stem" length.
>
> Cheers,
> Pierre
>
\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 without doubleing??
\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