This method works (with the older syntax for me, as I have version 2.16.1),
so it would be an acceptable solution; thanks for explaining how it can be
done. The only shortcoming is that I must put in empty bars because the
inserted ossia part doesn't start at the beginning of the line. But maybe
one can fix that with forced linebreaks.
Thomas

On Thu, Jan 24, 2013 at 4:32 AM, Mark Witmer <[email protected]> wrote:

>
> You can specify remove-first for an individual staff rather than the
> entire score, either by putting \override VerticalAxisGroup.remove-first
> = ##t inside the Staff's \with clause or by putting \override
> Staff.VerticalAxisGroup.remove-first = ##t at the beginning of the music
> for the staff.
>
> From the manual:
>
> ---
>
> Removing the first empty line
>
> The first empty staff can also be removed from the score by setting the
> VerticalAxisGroup property remove-first. This can be done globally
> inside the \layout block, or locally inside the specific staff that
> should be removed. In the latter case, you have to specify the context
> (Staff applies only to the current staff) in front of the property.
>
> ---
> (
> http://lilypond.org/doc/v2.17/Documentation/notation/modifying-single-staves#hiding-staves
> )
>
>
> I'm using some 2.17 syntax here; in 2.16 and earlier you need to use
> syntax like "\override Staff.VerticalAxisGroup #'remove-first =
> ##t". That still works in the newest version, but I think it'll be
> phased out at some point in the future in favor of separating everything
> w/periods.
>
> Mark
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to