lilypond-user
[Top][All Lists]
Advanced

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

Re: How to fix this divisi please


From: David Wright
Subject: Re: How to fix this divisi please
Date: Thu, 7 Feb 2019 10:20:40 -0600
User-agent: NeoMutt/20170113 (1.7.2)

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.



reply via email to

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