2012/1/10 Shevek <s...@saultobin.com>:
> \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

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

Reply via email to