lilypond-user
[Top][All Lists]
Advanced

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

RE: Multiple ossia problems


From: Mark Stephen Mrotek
Subject: RE: Multiple ossia problems
Date: Tue, 11 Apr 2017 09:46:36 -0700

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:address@hidden On Behalf Of
address@hidden
Sent: Tuesday, April 11, 2017 12:53 AM
To: lilypond-user <address@hidden>
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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