Hi,

I'm having trouble with: \relative c'
I have put \relative on several places in the source, but I get a very
strange output in the PDF.
What am I doing wrong?

The first Staff is fine, the second one has the troubles.

Regards,

Kees

\header {
  title = "LilyPond Notes"
  subtitle = "Normal and Relative to c'"
}
\version "2.6.5"
<<
\new Staff {
   \time 4/4
   \clef treble
   \key c \major{
      a,8 b, c d e f g
      a b c' d' e' f' g'
      a' b' c'' d'' e'' f'' g''
      a'' b'' c''' d''' e''' f''' g'''
   }
   \addlyrics {
      a,8 b, c d e f g
      a b c' d' e' f' g'
      a' b' c'' d'' e'' f'' g''
      a'' b'' c''' d''' e''' f''' g'''
   }
}
>>

\relative c' {
<<
\new Staff {
%   \relative c' {
   \time 4/4
   \clef treble
   \key c \major
%   \relative c' {
      a,8 b, c d e f g
      a b c' d' e' f' g'
      a' b' c'' d'' e'' f'' g''
%     a'' b'' c''' d''' e''' f''' g'''
   }
   \addlyrics {
      a,8 b, c d e f g
      a b c' d' e' f' g'
      a' b' c'' d'' e'' f'' g''
%     a'' b'' c''' d''' e''' f''' g'''
   }
%}
>>
}



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to