lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with lyrics


From: Lorenzo Bicci
Subject: Re: Problem with lyrics
Date: Sat, 07 Feb 2009 18:15:40 +0100

Thanks a lot! It was just a little stupid error, but after hours working
on a lilypond file it can get hard to see it. :)
As always, the community shows a great support (and patience :P ).
Thanks a lot!

L.


Il giorno sab, 07/02/2009 alle 17.50 +0100, James E. Bailey ha scritto:
> in mm 123 of what I'm assuming is the second voice, there's a tie.  
> That's probably preventing the lyric from appearing.
> 
> a 8 d' _~ d' 2 _~ r4
> 
> 
> Am 07.02.2009 um 17:39 schrieb Lorenzo Bicci:
> 
> > Hi everybody!
> > Here's the problem: when compiling the file below, no syllable gets  
> > assigned to the first note of the 5th bar of the second voice (see  
> > the PDF here: http://www.ntontopupu.com/prova.pdf). I tried with  
> > both versions 2.10 (on Linux) and 2.12 (on
> > Windows). Did i make any error in the .ly file or is this a bug? In  
> > case this is a bug, anyone can suggest me a workaround?
> > Thanks,
> >
> > Lorenzo
> >
> >
> > % This LilyPond file was generated by Rosegarden 1.7.2
> > \version "2.10.0"
> > % point and click debugging is disabled
> > #(ly:set-option 'point-and-click #f)
> > \header {
> >     composer = "Paolo Capoferri, Lorenzo Bicci"
> >     title = "Casa mia"
> >     tagline = " "
> > }
> > #(set-global-staff-size 16)
> > #(set-default-paper-size "a4")
> > chExceptionMusic = { <c e>-\markup { \super "3"} }
> > chExceptions = #(append (sequential-music-to-chord-exceptions
> > chExceptionMusic #t) ignatzekExceptions)
> > global = {
> >     \time 4/4
> > }
> > globalTempo = {
> >     \tempo 4 = 128
> > }
> > \score {
> > << % common
> >
> >     \context Staff = "track 1" <<
> >         \set Staff.instrumentName = \markup { \column { "kapo " } }
> >         \set Score.skipBars = ##t
> >         \set Staff.printKeyCancellation = ##f
> >         \new Voice \global
> >         \new Voice \globalTempo
> >
> >         \context Voice = "voice 1" {
> >             \override Voice.TextScript #'padding = #2.0
> >             \override MultiMeasureRest #'expand-limit = 1
> >             \clef "treble_8"
> > %% 120
> >             e' 4 e' d' 8 c' _~ c' 4  |
> >             f' 4 f' e' 8 d' _~ d' 4  |
> >             e' 4 _~ e' 8 e' e' e' d' c'  |
> >             d' 8 g' _~ g' 2 r4  |
> >             e' 4 e' d' 8 c' _~ c' 4  |
> > %% 125
> >             f' 4 f' e' 8 d' _~ d' 4  |
> >             e' 8 e' d' c' d' d' c' b  |
> >             c' 8 c' _~ c' 2 r4  |
> >             \bar "|."
> >
> >         } % Voice
> >
> >  \lyricsto "voice 1" \new Lyrics \lyricmode {
> >             \override LyricText #'self-alignment-X = #CENTER
> >
> > Ca -- sa mi -- a ca -- sa mi -- a per pic -- ci -- na che tu si --  
> > a ca
> > -- sa mi -- a ca -- sa mi -- a tu mi sem -- bri~il Vil -- lag --  
> > gio Ba
> > -- di -- a.
> >         } % Lyrics 1
> >
> >>> % Staff ends
> >
> >     \context Staff = "track 3" <<
> >         \set Staff.instrumentName = \markup { \column { "Giuliaok  
> > " } }
> >         \set Score.skipBars = ##t
> >         \set Staff.printKeyCancellation = ##f
> >         \new Voice \global
> >         \new Voice \globalTempo
> >
> >         \context Voice = "voice 3" {
> >             \override Voice.TextScript #'padding = #2.0
> >             \override MultiMeasureRest #'expand-limit = 1
> >
> >
> >             \clef "treble"
> > %% 120
> >             \clef "treble_8"
> >             c' 4 c' a 8 g _~ g 4  |
> >             c' 4 c' a 8 g _~ g 4  |
> >             c' 4 _~ c' 8 c' c' c' a g  |
> >             a 8 d' _~ d' 2 _~ r4  |
> >             c' 4 c' a 8 g _~ g 4  |
> > %% 125
> >             c' 4 c' a 8 g _~ g 4  |
> >             c' 8 c' c' c' g g g g  |
> >             c 8 c _~ c 2 r4  |
> >             \bar "|."
> >         } % Voice
> >
> >  \lyricsto "voice 3" \new Lyrics \lyricmode {
> >             \override LyricText #'self-alignment-X = #CENTER
> >
> > Ca -- sa mi -- a ca -- sa mi -- a per pic -- ci -- na che tu si --  
> > a ca
> > -- sa mi -- a ca -- sa mi -- a tu mi sem -- bri~il Vil -- lag --  
> > gio Ba
> > -- di -- a.
> >         } % Lyrics 3
> >
> >>> % Staff ends
> >
> >
> >>> % Staff (final) ends
> >
> > \layout {
> >     \context { \GrandStaff \accepts "ChordNames" }
> > }
> > } % score
> >
> >
> >
> > _______________________________________________
> > 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]