lilypond-user
[Top][All Lists]
Advanced

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

Re: text missing


From: Jonathan Kulp
Subject: Re: text missing
Date: Fri, 02 Jan 2009 14:22:09 -0600
User-agent: Thunderbird 2.0.0.18 (X11/20081125)

Hi Nikolay,

There are two places where you have ~ symbols tying together notes that are not the same, something that doesn't work. When I removed those ~ symbols it put the text in what I think is the correct place. I can't say for sure since I have no idea what the text is saying :)

Try changing this:

f16.~\prall( e)

to this:

f16.\prall( e)

Hopefully that's what you want.  Best,

Jon

Nikolay Kirov wrote:
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)))
  }




--
Jonathan Kulp
http://www.jonathankulp.com




reply via email to

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