lilypond-user
[Top][All Lists]
Advanced

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

Multiple ossia problems


From: caagr98
Subject: Multiple ossia problems
Date: Tue, 11 Apr 2017 09:53:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0

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 }
        }
>>
```



reply via email to

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