Hi,

A bumped into a strange bug with a dispositioned notehead.

See attached example "staffsize14.ly" and "staffsize14.pdf" output.
Using lilypond 2.19.82 on Linux Fedora.

What's happening here?

--

MT
\version "2.19.82"
\pointAndClickOff

mymusic = \relative c{
  \clef bass
  <b d g>4 <c e a> <d f b> <e g c> | <f a d> <g b e> <a c f> <b d g> |
}

\score {
  \new Staff { 
    \mymusic
  }
  \header { piece = "default staffsize" }
  \layout {}
}

\score {
  \new Staff { 
    \mymusic
  }
  \header { piece = "staffsize 16" }
  \layout {
        #(layout-set-staff-size 16)
  }
}

\score {
  \new Staff { 
    \mymusic
  }
  \header { piece = "staffsize 14" }
  \layout {
        #(layout-set-staff-size 14)
  }
}

\score {
  \new Staff { 
    \mymusic
  }
  \header { piece = "staffsize 12" }
  \layout {
        #(layout-set-staff-size 12)
  }
}

Attachment: staffsize14.pdf
Description: Adobe PDF document

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to