Hello.

> When I am using Lilypond the program assumes a different octave and
> no matter what I do the the \relative c, it won't change the octave.
> See the code below:
> 
> {
>     \clef treble
>     \time 4/4
>     \key g \major
>     \relative c
>           \partial 4 d8 d
>           d d g g g4 f8 g
>           a g c a b2
>           d'4 a8 b c4 b8 c
>           d'4 e'8( c) b g a4
>           g1
> }

Try to put the music between curly brackets:

 \relative c {
   \partial 4 d8 d
   % ...
 }

Best,
Gilles


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

Reply via email to