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 lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user