On Sun, 24 Mar 2019, Martin Tarenskeen wrote:
See attached example "staffsize14.ly" and "staffsize14.pdf" output. Using lilypond 2.19.82 on Linux Fedora. What's happening here?
I tried some more staffsizes. I'm seeing dispositioned noteheads when staffsize is 13, 14, or 19. No problems when staffsize is 12, 15, 16, 18, 20. See new attached examples.
-- MT
staffsize14.pdf
Description: Adobe PDF document
\version "2.19.82"
\pointAndClickOff
mymusic = \relative {
\clef treble
<g' b e> <a c f> <b d g>4 <c e a> | <d f b> <e g c> <f a d> <g b e> |
}
\paper {
indent = 0
}
\score {
\new Staff {
\mymusic
}
\header { piece = "default staffsize" }
\layout {}
}
\score {
\new Staff {
\mymusic
}
\header { piece = "staffsize 19" }
\layout {
#(layout-set-staff-size 19)
}
}
\score {
\new Staff {
\mymusic
}
\header { piece = "staffsize 18" }
\layout {
#(layout-set-staff-size 18)
}
}
\score {
\new Staff {
\mymusic
}
\header { piece = "staffsize 17" }
\layout {
#(layout-set-staff-size 17)
}
}
\score {
\new Staff {
\mymusic
}
\header { piece = "staffsize 16" }
\layout {
#(layout-set-staff-size 16)
}
}
\score {
\new Staff {
\mymusic
}
\header { piece = "staffsize 15" }
\layout {
#(layout-set-staff-size 15)
}
}
\score {
\new Staff {
\mymusic
}
\header { piece = "staffsize 14" }
\layout {
#(layout-set-staff-size 14)
}
}
\score {
\new Staff {
\mymusic
}
\header { piece = "staffsize 13" }
\layout {
#(layout-set-staff-size 13)
}
}
\score {
\new Staff {
\mymusic
}
\header { piece = "staffsize 12" }
\layout {
#(layout-set-staff-size 12)
}
}
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
