bug-lilypond
[Top][All Lists]
Advanced

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

Re: Manual rest placement doesn't seem to work


From: Mats Bengtsson
Subject: Re: Manual rest placement doesn't seem to work
Date: Mon, 03 Apr 2006 23:28:55 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

This bug was reported on bug-lilypond some weeks ago and according to the ChangeLog file, it was fixed 2006-03-16, i.e. before version 2.8. However, it seems that the fix didn't solve the problem.

  /Mats

Quoting Geoff Horton <address@hidden>:

Try these simple examples on your system.  If they work, then try to
figure out exactly what the difference is between these examples and
your situation.

It's the \voiceOne etc. that does it.

This does not work:

melody = \relative c'' {
 b2\rest
}


alto = \relative c' {
 s2
}

\score {
\context Staff = upper <<
     \context Voice =
        sopranos { << \voiceOne \melody >> }
     \context Voice =
        altos { << \voiceTwo \alto >> }
   >>
 \layout {
   ragged-right = ##t
 }
}

===========

But strip out the \voiceOne and \voiceTwo and it works fine. Changing
\voiceTwo to \voiceThree made no difference (I figured it was worth a
shot).

Geoff


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user








reply via email to

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