Comment #6 on issue 3307 by [email protected]: Rest positions incorrect with non-standard line count
http://code.google.com/p/lilypond/issues/detail?id=3307

Here is a somwhat more extensive test case:
mus = { R1 -"R1" r1 -"r1" r2 -"r2" r2 }

\new StaffGroup <<
  $@(map
     (lambda (n)
       #{
         \new Staff \with { \override StaffSymbol.line-count = $n }
         { \mus << \mus \\ \mus >> }
       #})
     (iota 9))



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to