lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect wit


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3307 in lilypond: Rest positions incorrect with non-standard line count
Date: Tue, 09 Apr 2013 22:04:46 +0000


Comment #6 on issue 3307 by address@hidden: 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

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