Mark Polesky wrote: > > GJO wrote: >> I downloaded 2.12.3 Lilypond today as I thought it may >> have been 2.11 version causing this problem but I still >> get black marks in the letter d with the version 2.12.3. >> >> http://old.nabble.com/file/p27663079/Blotch%2Bin%2BD.jpeg > > Can you post a minimal .ly file demonstrating this? > > - Mark > > %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% > % Example > % The "d" in 2nd and i in time become blotchy > % Written by Graham Okely > date = #(strftime "Edition Date: %B %d, %Y %X" (localtime > (current-time))) > \version "2.12.3" > \header { > title = "Example" > subsubtitle = \date > } > \paper{ > between-system-space = 2.5\cm > between-system-padding = #1 > #(set-default-paper-size "a4") > evenHeaderMarkup = "" > head-separation = 0\mm > top-margin = 3\mm > } > introSpace ={ s1 s s s } > tuneA ={ > fis8^"Instrumental A 2nd time" fis fis fis fis fis > fis fis g4 g8 g g g g g > a4 a a a8 a b4 g e r \break > } > verseMelody = \relative c' { > \override Score.MetronomeMark #'extra-offset = #'(-9 . 2) > \tempo 4=100 \clef treble \key d \major \time 4/4 > \introSpace \bar":|" \break > % Intro Piano > \bar"|:" \tuneA \bar":|:" \break > } > guitarChords = \chordmode { > % Note must be lower case chord names > r1 r r r > % Intro Piano then instrument > d1 e:m7 a/fis g2 g/a > } > \score { > << > \new ChordNames { > \set chordChanges = ##t > \guitarChords > } > \new Voice = "one" { > \autoBeamOff > \verseMelody > } >>> > \layout {} > } > %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% > > _______________________________________________ > lilypond-user mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/lilypond-user > >
----- Graham -- View this message in context: http://old.nabble.com/Letter-%22d%22-rendered-with-smudge.-%28Blotch-in-d%29-tp27663079p27673323.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
