lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: text missing


From: James E. Bailey
Subject: Re: text missing
Date: Fri, 2 Jan 2009 21:28:31 +0100

Apparently lilypond is a little too smart with delayed ties. You have a ~ in the first measure which isn't completed until the third measure. Get rid of it, and you should have what you want.
Am 02.01.2009 um 21:12 schrieb Nikolay Kirov:

Hi!

Can anybody answer me, why there is no text corresponding to the second bar ?

(text is in Bulgarian; folk music)

Nikolay Kirov


%{
TD_171_1_06
%}

\version "2.11.65"

\score {
\relative c'' {
 \tempo 4 = 192
  \time 7/16
g8~( g16[ f)] f16.~\prall( e) | d4~( d16.[ c)] | f8\noBeam g16 ([ a)] a8. |
 a8\noBeam a16([ g)] g16.\noBeam a |
 g8~( g16[ f]) f16.~\prall( e) | d8~( d\noBeam~ d16. c) | f8\noBeam
f16([ e)] d8.\noBeam |
  d8~ d d8.
 \bar "||"
}
\addlyrics { Ян- ка на ма- ма ду- ма- ше, ма- ри: -Я из- лез, ма- мо,
на- вън- ка }
%
\layout {
  indent = #0
  line-width = 190\mm
  ragged-right=##f
}
%
\midi {
        \context {
                \Score
                tempoWholesPerMinute = #(ly:make-moment 192 4)
                }
        }
}

\header{
  opus = "ТД-171,1,6"
  tagline = ##f
}

\paper  {
         myStaffSize = #20
         #(define fonts
         (make-pango-font-tree "Times New Roman"
         "Nimbus Sans"
         "Luxi Mono"
         (/ myStaffSize 20)))
  }


--
Nikolay Kirov Kirov
http://www.math.bas.bg/~nkirov
Office: (+359) 2 979 2850, 2 811 0611
Home: (+359) 2 856 8627, 0887 198 221
_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

[Prev in Thread] Current Thread [Next in Thread]