Hi, see attached files. Cheers, Pierre
2015-02-13 13:09 GMT+01:00 Pierre Perol-Schneider < [email protected]>: > Hi, > > I'll try to find some time to take a look at it during the week end. > > Cheers, > Pierre > > 2015-02-12 18:46 GMT+01:00 Rita Composer <[email protected]>: > >> 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 < >> [email protected]>: >> >>> 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
}
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))
}
modernGregorian.ily
Description: Binary data
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
