lilypond-user
[Top][All Lists]
Advanced

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

Problem with \relative


From: Kees Serier
Subject: Problem with \relative
Date: Mon, 30 Jan 2006 13:33:15 +0100
User-agent: Thunderbird 1.5 (Windows/20051201)

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'''
   }
%}
>>
}





reply via email to

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