Caagr98,

See
http://lilypond.org/doc/v2.18/Documentation/notation/modifying-single-staves
#ossia-staves
for the use of \context Staff = "ossia" for multiple ossiae.

Mark

-----Original Message-----
From: lilypond-user
[mailto:[email protected]] On Behalf Of
[email protected]
Sent: Tuesday, April 11, 2017 12:53 AM
To: lilypond-user <[email protected]>
Subject: Multiple ossia problems

The first ossia is extended too far to the left (due to system start).
The second is extended too far to the right (due to grace notes).
The third is cut of at the left (also due to grace notes).
The fourth has an end-barline, which I'd prefer if it didn't.

All of them are also unnecessarily placed below each other, despite there
being plenty of space above.

Is there some way to work around these issues?

```
\version "2.18.2"

ossia = \with {
        \remove "Time_signature_engraver"
        \remove "Clef_engraver"
        fontSize = #-3
        \override StaffSymbol.staff-space = #(magstep -3)
        \override StaffSymbol.thickness = #(magstep -3) }

<<
        \new Staff {
                a4 a a a|
                R1|
                a4 a a a \grace {a a}|
                r1|
                \grace {a4 a} a a a a|
                R1|
                a4 a a a
                \bar "|."
        }
        \new Devnull {
                \new Staff \with \ossia { a4 a a a }
                R1|
                \new Staff \with \ossia { a4 a a a }
                R1|
                \new Staff \with \ossia { a4 a a a }
                R1|
                \new Staff \with \ossia { a4 a a a }
        }
 >>
```

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


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

Reply via email to