Lilyponders: how to solve the dots after notehead and tie collides. 1. tie collide with notehead -- treble staff sample2. place of dots look awful and not clear - refer to bass staff Immanuel,Ming.
\version "2.19.17" \language "english"
global = {
\key d \major
\numericTimeSignature
\time 12/8
\tempo 4.=72
}
soprano = \relative c'' {
\global
% Music follows here.
}
bass = \relative c {
\global
% Music follows here.
}
sopranoVerse = \lyricmode {
% Lyrics follow here.
}
bassVerse = \lyricmode {
% Lyrics follow here.
}
right = {
\global
\time 12/8 <<{g'2.~4}\\{b8 d' g' b' g' d' b4}>> r8\fermata r4. | %m47
}
left = {
\global
<<{d,4.~4 a,8 <fs,fs>2.}\\{d,2. s2.}>> |%m07
<<{b,4.~4 b8 s4}\\{b,2.~ <b,a>4}>> r8 r4.|%m08
<<{<e g>2.~4}\\{e4.b,4. e,4}>> r8 r4. |%m09
\key ef\major
<<{bf2. c'4. bf4.}\\{bf4. g4. ef2.}>> |%m28
\key g\major
<<{g,4.~4 d8 b4}\\{g,2.~4}>> r8 r4. |%m45
}
\new Staff \with {
} { \soprano }
\addlyrics { \sopranoVerse }
\new Staff \with {
} { \clef bass \bass }
\addlyrics { \bassVerse }
\new Staff = "right" \with {
} \right
\new Staff = "left" \with {
} { \clef bass \left }
test_above-all-name.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
