I've got the same problem as described in the digest of 25.07.04.
Using the example from Schubert doesn't seem to work for slurs, only for beaming.
So exactly HOW do I start tweaking the melismaBusyProperties so that I can use a dotted slur and at the same time turn off the melisma?
If it's any help, then here's the script, for what it's worth.
By the way, it's one song for a "Liederbuch" which should be appearing in Spring
Jeffrey
#(ly:set-option 'old-relative) \version "2.2.0" #(set-global-staff-size 23) #(set-default-paper-size "a4")
\header {
title = "3) Winter"
opus = "Mel: J. Kalb"
arranger = "Text: Chr. Morgenstern"
tagline = "Verschiedene kleine Becken werden einzeln jeweils auf den ersten Taktteil angeschlagen"
}
\paper { linewidth = 160.000 \mm pagenumber = "no" indent = 0.000 \mm }\score {
<<
\addlyrics
\notes
\relative c'
\context Voice = "winter"
{\set Staff.autoBeaming = ##f
\set Staff.minimumVerticalExtent = #'(-4 . 4)
\time 6/4
\clef treble
\partial 4
c4 | g'2^\markup { "" \raise #1.0 \musicglyph #"timesig-mensural9/4" "" \raise #1.0 kleine \raise #1.0 Becken } g4 f g a |
g2.^\markup { "" \raise #1.0 \musicglyph #"timesig-mensural9/4" } c,2 c4 |
d2^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } d4 a'2. |
d,2.^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } r4 c c |
g'2^\markup { "" \raise #1.0 \musicglyph #"timesig-mensural9/4" } g4 \slurDotted f( g) a |
c2.^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } a2 c4 |
\slurSolid e^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } ( d) c a( g) e |
d2.^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } ~ d2 d4 |
\slurSolid c4^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } ( d) e \slurDotted g( a) c |
d2.^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } ~ d2 c4 |
a2^\markup { "" \raise #-1.5 \musicglyph #"timesig-mensural9/4" } g4 a c a |
\slurSolid g2^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } ( e4) d2 c4 |
d2^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } e4 \slurDotted g( a) c |
\slurSolid a2^\markup { "" \raise #-2.0 \musicglyph #"timesig-mensural9/4" } ( g4) \slurDotted a( c) d |
e^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } d c \slurSolid a( g) e |
d2.^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } ~ d2 \bar ":|"
d4 | e^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } ( g) a c2 d4 |
e^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } ( d) c a2 g4 |
a4^\markup { "" \raise #-2.0 \musicglyph #"timesig-mensural9/4" } ( c) a g ( e) d |
c2.^\markup { "" \raise #1.5 \musicglyph #"timesig-mensural9/4" } ~ c2 \bar "|."
}
\lyricsto "winter" \lyrics \new Lyrics
{
\override LyricText
#'font-series = #'bold
% \override LyricText #'self-alignment-X = #0
Es war ein -- mal ei -- ne Glok -- ke, die mach -- te baum, baum, und es war ein -- \set ignoreMelismata = ##t mal ei -- \unset ignoreMelismata ne Flok -- ke,
die fiel da -- zu wie im Traum... die fiel da -- zu wie im Traum..._ Die sank so lei -- se her -- nie -- der wie
ein St�ck Eng -- lein -- ge -- fie -- der aus dem sil -- ber -- nen Ster -- nen -- raum.
Da war_ die gan -- ze Er -- de weiss als wie von Eng -- lein -- flaum._
}
\lyricsto "winter" \lyrics \new Lyrics
{
\override LyricText
#'font-series = #'bold
Es war ein -- mal ei -- ne Glok -- ke, die mach -- te baum, baum, und da -- zu fiel ei -- ne Flok -- ke,
so leis als wie__ ein Traum... so leis als wie__ ein Traum... Und als viel tau -- send ge -- fal -- len leis,
da war die gan -- ze Er -- de weiss__ als wie__ von Eng -- lein -- flaum.
}
>>
}
_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user
