lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with initial grace note


From: Wilbert Berendsen
Subject: Re: Problem with initial grace note
Date: Tue, 9 Mar 2010 06:34:23 +0100
User-agent: KMail/1.13.1 (Linux/2.6.31-19-generic; KDE/4.4.1; i686; ; )

Op maandag 08 maart 2010 schreef Patrick:

> When I compile the following:
> 
> \version "2.12.2"
> S  =   \relative g'' {
>               \appoggiatura g16 f1
> }
> 
> \score {
>       \new ChoirStaff <<
>               \time 4/4
>               \new Staff { \S  }
> 
>       \layout { }
>       \midi { }
> }
> 
> I get the output attached, which shows two instances of the time
> signature

Move the \time statement in the Staff and use { } instead of << >>:

\version "2.12.2"
S  =   \relative g'' {
  \appoggiatura g16 f1
}

\score {
  \new ChoirStaff <<
    \new Staff {
      \time 4/4
      \S
    }
  >>
  \layout { }
  \midi { }
}


best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
Nederlands LilyPond forum: http://www.lilypondforum.nl/




reply via email to

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