lilypond-devel
[Top][All Lists]
Advanced

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

Re: ambitus: special handling of small ambits' lines (issue4609041)


From: Janek Warchoł
Subject: Re: ambitus: special handling of small ambits' lines (issue4609041)
Date: Mon, 13 Jun 2011 01:09:58 +0200

Oops, i added wrong Mike...

Here is the code i used for testing; i attach a pdf compiled with my fix:

\new Staff \with { \consists Ambitus_engraver } {
    \override Staff.AmbitusLine #'gap = #0.45
    c' f'
}
\new Staff \with { \consists Ambitus_engraver } {
    \override Staff.AmbitusLine #'gap = #0.45
    c' g'
}
\new Staff \with { \consists Ambitus_engraver } {
    \override Staff.AmbitusLine #'gap = #0.45
    c' a'
}
\new Staff \with { \consists Ambitus_engraver } {
    \override Staff.AmbitusLine #'gap = #0.45
    c' b'
}
\new Staff \with { \consists Ambitus_engraver } {
    \override Staff.AmbitusLine #'gap = #0.45
    c' c''
}
\new Staff \with { \consists Ambitus_engraver } {
    \override Staff.AmbitusLine #'gap = #0.45
    a a''
}

cheers,
Janek

Attachment: ambit.pdf
Description: Adobe PDF document


reply via email to

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