lilypond-user
[Top][All Lists]
Advanced

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

Re: strange lilypond errors in 2.15.24


From: Francisco Vila
Subject: Re: strange lilypond errors in 2.15.24
Date: Tue, 10 Jan 2012 12:14:41 +0100

2012/1/10 Shevek <address@hidden>:
> \global = {
>     % stuff
> }

should be

global = {


>
> \guitar = {

should be

guitar = {

>     % stuff
>     <<
>         \context ChordNames = "chords" \with {
>             alignAboveContext = "Guitar"                 % commenting out 
> this line solves the error
>         } \chordnames {

should be

} \chordmode {

and some content such as

  g


>             % stuff
>         }
>         {
>             % stuff
>         }
>     >>
>     % stuff
> }
>
> \score {
>     <<
>         % stuff
>         \new StaffGroup = "Rhythm" <<
>             \new Staff = "Guitar" << \global \guitar >>
>         % more stuff
>         >>
>     >>
>     \layout {}
> }
>

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com



reply via email to

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