lilypond-user
[Top][All Lists]
Advanced

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

Re: Octave help


From: Gilles Sadowski
Subject: Re: Octave help
Date: Sun, 24 Jan 2010 22:25:45 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

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




reply via email to

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