On Thu 07 Feb 2019 at 08:16:28 (-0700), Reggie wrote:
> Valentin Villenave-3 wrote
[…]
> >   %% Here’s the layout for _this_ \score only.
> >   %% (it doesn’t apply to individual parts.)
> >   \layout {
> >       \context {
> >         \Staff
> >         \name "miniStaff"
> >         alignAboveContext = "ViolinMain"
> >         fontSize = #-2
> >         \override StaffSymbol.color = #grey
> >         \remove Time_signature_engraver
> >       }
> >   \layout {
> >     \context {
> >       \Staff
> >       \name "miniStaff"
> >       alignAboveContext = "ViolinMain"
> >       fontSize = #-2
> >       \override StaffSymbol.color = #grey
> >       \remove Time_signature_engraver
> >     }
> >     \context {
> >       \StaffGroup
> >       \name "miniStaffGroup"
> >       \accepts "miniStaff"
> >       systemStartDelimiter = #'SystemStartSquare
> >     }
> >     \context {
> >       \StaffGroup
> >       \accepts "miniStaffGroup"
> >     }
> >   }
> > }

> Thank you V but this does not compile. What did I do wrong? Copy paste into
> file and errors.  error: syntax error, unexpected \layout
>     
>     \layout {

If you glance at the file you quoted, you'll notice that the error
message for once :) points right at the problem. There are 9 lines
that have been accidentally  duplicated when pasting in the example
for you to study. I've left them quoted above.

Cheers,
David.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to