Robert Blackstone <[email protected]> writes:

> The score itself is: 
>
> %%%%%%%%%%%%%+++++++++End _of_Voices+++++%%%%%%%%%%%%%
> % The score definition
> \score {
>        \new PianoStaff \with {
>        connectArpeggios = ##t 
>     \override Arpeggio.stencil = #ly:arpeggio::brew-chord-bracket
>  } 
>        <<
>          \new Staff = "upper" \upper
>         
>          \new Staff = "lower" \lower
>          
>        >>
>        \layout {
>         }
>   }
> 5%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> Can any of you see what is wrong here and what must be changed to make it 
> work?

Remove the 5 before the line of percents.  Also maybe add a newline at
the end of the comment line.

-- 
David Kastrup

Reply via email to